-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
30 lines (30 loc) · 1.12 KB
/
about.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
<html>
<head>
<!-- todo -->
<title>about - thighhighedfurries</title>
<link rel="stylesheet" href="header.css">
<!-- these are favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="the thigh highed furries">
<meta name="application-name" content="the thigh highed furries">
<meta name="msapplication-TileColor" content="#9f00a7">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#c800ff">
</head>
<body>
<ul>
<li><a href="https://thighhighedfurries.github.io"><img src="104651407.jpg" alt="home" width="20" height="20"></a></li>
<li style="float:right"><a href="about.html">about</a></li>
</ul>
<div style="padding:20px;">
<br>
<br>
<p>todo</p>
<!-- yo do we have anything interesting to type up here -->
</div>
</body>
</html>