-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.old.html
More file actions
31 lines (31 loc) · 1.13 KB
/
index.old.html
File metadata and controls
31 lines (31 loc) · 1.13 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VideoToaster</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
<link rel="stylesheet" href="/vt-netlify-theme.css">
</head>
<body>
<header>
<h1>VideoToaster</h1>
<p>A site on the World Wide Web - now with Steamroller!</p>
</header>
<h2>Welcome</h2>
<p>So this is my new site, how do you like it?<br>
My past few sites have been lost to time. I made a new site on the VPS (<a href="//videotoaster.ga">a la videotoaster.ga</a>) and then
gave up after realizing I could lose everything if we reinstall again.</p>
<h2>Other stuff</h2>
<p>Oh, but don't worry - it's not just a homepage this time around! We have more... like:</p>
<ul>
<li>a blog<br>
<a href="blog/">go to >></a></li>
<li>and some notes on PHP<br>
<a href="php/">go to >></a></li>
</ul>
<footer>
<i>(C) 2021 VideoToaster. Bots - you steal this page and I'll come after your ass.</i>
</footer>
</body>
</html>