File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21<!DOCTYPE html>
32<html lang="en">
43<head>
5- <meta charset="UTF-8">
6- <meta name="viewport" content="width=device-width, initial-scale=1.0">
74 <title>QPython+ - Personalized Programming Learning Community</title>
8- <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
95</head>
10- <body class="bg-gray-100 flex items-center justify-center min-h-screen">
11- <div class="container mx-auto p-4">
12- <div class="grid grid-cols-1 gap-6">
13-
14-
15- <a href="#" onclick="milib.openUrl('https://www.qpython.org')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
16- <img src="assets/qpy-guide.png" alt="Getting started guide" class="w-full">
17- </a>
18-
19-
20- <a href="#" onclick="milib.openUrl('https://discord.gg/hV2chuD')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
21- <img src="assets/qpy-community.png" alt="Join our community" class="w-full">
22- </a>
23-
24- <a href="#" onclick="milib.openUrl('https://www.qpython.com/courses/')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
25- <img src="assets/qpy-course.png" alt="Learn programming" class="w-full">
26- </a>
27-
28-
29- </div>
30- </div>
6+ <body>
7+ <script>location.href="/"</script>
318</body>
329</html>
You can’t perform that action at this time.
0 commit comments