This repository was archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title>Byte's stuff!</title>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<style>
.welcome {font-family: 'Source Sans Pro', sans-serif; color: #FFFFFF;}
.tx1 {font-family: 'Source Sans Pro', sans-serif; color: #FFFFFF;}
.youtubevideo {position: absolute;top: 0px; right: 75px;}
a {font-family: 'Source Sans Pro', sans-serif;color:#55c2da;}
body {background-color: #051417;}
</style>
</head>
<body>
<h1 class="welcome">Hello!</h1>
<h4 class="tx1">This just hosts my stuff that I helped on.<h4>
<a href="https://docs.google.com/document/d/1kqcPU-Hi8hzOE2AczHhyKzHMbOoRbRO6fjA4tBZEXOw/edit?usp=sharing">Milkman expose document</a>
<a href="https://site.soggy-cat.co.uk/archival/nova-server">Nova Discord Server A</a>
<iframe width="489.5" height="367" src="https://www.youtube.com/embed/um0ETkJABmI" title="Dancing Cats - Go Kitty Go! - YouTube.flv" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" class="youtubevideo" allowfullscreen></iframe>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2258172525369911"
crossorigin="anonymous"></script>
</body>
</html>