-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzyzz.html
More file actions
30 lines (29 loc) · 1.15 KB
/
zyzz.html
File metadata and controls
30 lines (29 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Palette+Mosaic&family=Space+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');
</style>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header>
<img class="logonav" src="logo-standin.jpeg">
<nav>
<ul class="toolbar">
<li><a href="about.html" class="aboutnav">About</a></li>
<li><a href="download.html" class="downloadnav">Download</a></li>
<li><a href="donate.html" class="donatenav">Team</a></li>
</ul>
</nav>
<a class="contact" href="https://www.linkedin.com/in/raman-khatri-chhetri-bb677a232/"><button>Contact</button></a>
</header>
<img class="logo" id="mainlogo" src="logo-standin.jpeg" width="600" height="3000">
<h1 class="title">Counting Stars</h1>
</body>
</html>