-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhome.html
More file actions
35 lines (33 loc) · 1.26 KB
/
home.html
File metadata and controls
35 lines (33 loc) · 1.26 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
33
34
35
<!DOCTYPE html>
<html lang="en">
<!-- This will be XHTML eventually, mark my words -->
<head>
<title>VIDEOTOASTER</title>
<link rel="stylesheet" href="vt.css" />
<meta content="VIDEOTOASTER" property="og:title" />
<meta content="I'm on the 'net, ma!" property="og:description" />
<meta content="https://video.catvibers.me/" property="og:url" />
<meta content="https://video.catvibers.me/redac-sonicwag.gif" property="og:image" />
<meta content="#ffff00" data-react-helmet="true" name="theme-color" />
</head>
<body>
<header><center>
<table><tr>
<td><a href="/"><img src="neo-amiga-ball.gif" height="64px" /></a></td>
<td> <span class="testfont">VideoToblinski</span></td>
</tr></table>
</center></header>
<!-- No, I don't give a shit that center is "obsolete" -->
<h1>Welcome to VideoToblin's site</h1>
<p>I'm a real gamer now!</p>
<hr />
<p>
I'm still alive. Don't worry! I've been doing all my work on <a href="https://videotoaster.ga">my main site</a> instead of here.
This page just got updated with my new fonts and logos 'n' stuff.
</p>
<p>2005 web design gang.</p>
<footer>
Bots begone. I'll kick your ass.
</footer>
</body>
</html>