-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoi.html
More file actions
36 lines (35 loc) · 1.36 KB
/
oi.html
File metadata and controls
36 lines (35 loc) · 1.36 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
36
<!DOCTYPE html>
<html>
<head>
<meta content="Light's Blog" property="og:title" />
<meta content="A Website where I host tons of my own stuff!" property="og:description" />
<meta content="https://lightyyt.github.io" property="og:url" />
<meta content="https://lightyyt.github.io/res/me.jpg" property="og:image" />
<meta content="#FFA500" data-react-helmet="true" name="theme-color" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css">
<script src="js/index.js"></script>
<title>Lightys Website</title>
</head>
<body>
<h1>Lightys Website</h1>
<main>
<h2>Socials</h2>
<p class="socials">
<img class="social" src="res/discord.png" onclick="redir(0)">
<img class="social" src="res/bluesky.png" onclick="redir(1)">
<img class="social" src="res/youtube.png" onclick="redir(2)">
</p>
<h2><a href="/downloads/index.html">
Downloads
</a></h2>
<p class="downloads">
<img class="download">
<a href="/downloads/minecraft/index.html"><img src="/res/dl/minecraft.png" class="download"></a>
<img class="download">
</p>
<div style="font-size:1vw; text-align:center;">This Websites Owner (Lighty) does <span style="font-weight:bold;">NOT</span> store any user data, nor use cookies at any point! </div>
</main>
</body>
</html>