-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
32 lines (27 loc) · 1.19 KB
/
template.html
File metadata and controls
32 lines (27 loc) · 1.19 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
32
<html>
<head>
<span clas="return"><a href="../../">CRUMB</a></span>
<meta charset="utf-8">
<title>TITLE</title>
<meta name="description" content="DESCRIPTION."/>
<meta name="keywords" content="small web, independant, amateur web, artisanal web, commercial web, neocities, geocities, 90s web, internet, 2000s, early web, guestbook" />
<meta name="author" content="David Blue">
<meta property="og:image" content="https://i.snap.as/SPEnhw1i.jpg">
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="https://use.typekit.net/kst2rrh.css">
<link rel="icon"
type="image/ico"
href="/favicon.ico" />
<link rel="canonical" href="https://davidblue.xyz/WHATEVER/">
</head>
<div id="wrapper">
<body>
fuckiNG content
<p class="dinkus">⎃⎃⎃⎃⎃⎃⎃⎃ d i n k u s ⎃⎃⎃⎃⎃⎃⎃⎃</p>
<ul class="colophon">
<img src="neocities.png" width="100" display="block"/>
<li>Hosted on <a href="https://neocities.org/site/davidblue">Neocities</a>. View website source code on <a href="https://github.com/extratone/xyz">GitHub</a>. <a href="rss.xml">RSS feed</a> available. </li>
</ul>
</div>
</body>
</html>