-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
55 lines (43 loc) · 2.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Order matters -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Learn & Study</title>
<meta name="keywords" content="online,learning,linux,computer,kids,programming" />
<meta name="description" content="Online Learning">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="msapplication-tap-highlight" content="no"> <!-- Disables tap highlight on IE -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96580516-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-96580516-1');
</script>
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link rel="author" href="humans.txt" />
</head>
<body>
<p>
<pre>hello, world</pre>
</p>
<p>🚧 This website is currently still under construction.🏗️</p>
<p><a href="https://groups.google.com/g/learnstudy-announce">Join this Mailing List for Updates!</a></p>
<p>
<!-- TODO GitHub Logo --><a href="https://github.com/www-learn-study/saraswati.learn.study">GitHub</a>
| <a href="https://github.com/www-learn-study/saraswati.learn.study/commits/main">CHANGES</a>
| <a href="https://minecraft.learn.study">Minecraft OASIS</a>
</p>
<p xmlns:cc="https://creativecommons.org/ns#" xmlns:dct="https://purl.org/dc/terms/"><a property="dct:title"
rel="cc:attributionURL" href="https://www.learn.study">Learn.study</a> is licensed under <a
href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank"
rel="license noopener noreferrer" class="inline-block">CC BY-SA 4.0<img class="creativecommons" height="22px"
width="22px" src="img/creativecommons/cc.svg" alt=""><img class="creativecommons" height="22px" width="22px"
src="img/creativecommons/by.svg" alt=""><img class="creativecommons" height="22px" width="22px"
src="img/creativecommons/sa.svg" alt=""></a></p>
<script src="main.js"></script>
</body>
</html>