-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 858 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>DogeisCut's Wacky Website</title>
<link rel="stylesheet" href="/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap">
</head>
<body>
<iframe src="/navbar/navbar.html" frameborder="0" scrolling="no" width="100%" height="50px"></iframe>
<div class="banner"><img class="logo" src="/assets/logo.png" height="64px"></div>
<div class="section">
<h1>Welcome!</h1>
<p>Well, you found my website, this is still in active development!</p>
<p>I hope you enjoy the little content this website has right now!</p>
<p class="subtext">For now, why don't you go look at my <a href="https://dogeiscut.carrd.co/">Carrd Page</a>?</p>
</div>
</body>
</html>