-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Lurk Lab</title>
<meta name="description" content="Lurk Lab landing page">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/mages/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<img src="images/lurk_lab_logo.svg" width="250" height="250" />
<ul>
<li><a href="https://lurk-lang.org">
lurk-lang.org</a> </li>
<li><a href="https://github.com/lurk-lab">
github</a> </li>
<li><a href="https://zulip.lurk-lab.com">
zulip</a></li>
<li><a href="https://twitter.com/LurkLab">
twitter</a>
</li>
<li><a href="https://youtube.com/@lurklab4264">
youtube</a></li>
</ul>
</body>
</html>