-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 957 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 957 Bytes
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">
<title>shadowocto</title>
<meta content="shadowocto" property="og:title" />
<meta content="-> shadowocto.dev" property="og:description" />
<meta content="https://shadowocto.dev" property="og:url" />
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta content="#000000" data-react-helmet="true" name="theme-color" />
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="content">
<div class="sub">moving day is behind us</div>
<h2>shadowocto.github.io <lol style="color: white;">-></lol> <a href="https://shadowocto.dev" class="hype">shadowocto.dev</a></h2>
<div>
<div>legacy site versions</div>
<a href="./legacy/v2">V2 (2023, vibe code central)</a><br>
<a href="./legacy/v1">V1 (2021, skid city)</a>
</div>
</div>
</body>