-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.04 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.04 KB
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
<!doctype HTML>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="X0lotl" />
<link rel="manifest" href="/site.webmanifest" />
<title>Unamed Site— home</title>
<meta name="description" content="simple website that I made." />
<meta name="author" content="Rhys Forsberg" />
</head>
<body>
<ul class="menu">
<a href="index">Startpage</a>
<a href="new">Tests</a>
<a href="stupid">Stupid slider</a>
<a href="slh/">Pizza</a>
<a href="fsj/">News</a>
<a href="dice.html">Dice</a>
</ul>
<h1>
Welcome to my website.
</h1>
<p title="Oh you found this lil secret.">
This is a work in progress. There might be cool stuff eventually, though.
</p>
</body>
</html>