-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 932 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>skid</title>
<link rel="icon" type="image/x-icon" href="https://skidxml.github.io/icon.ico">
<meta property="og:title" content="skid.xml" />
<meta name="og:description" content="skid.xml"/>
<link rel="stylesheet" href="https://skidxml.github.io/style.css">
</head>
<body>
<h1>skid</h1>
<p>welcome to my website!</p>
<p>some pages will look bad on phones, i do not know how to fix it</p>
<br>
<p><a href="about.html">about me/links</a></p>
<p><a href="https://skidxml.straw.page">strawpage</a></p>
<p><a href="characters/">my characters</a></p>
<p><a href="pets/">my pets</a></p>
<p><a href="updates.txt">updates</a></p>
</body>
</html>