-
Notifications
You must be signed in to change notification settings - Fork 0
/
cratedig.html
48 lines (31 loc) · 1.64 KB
/
cratedig.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Underground Gem Club • Underground Hip-Hop Mixtapes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Underground Gem Club features a large selection of hard-to-find hip-hop mixtapes, all in one place.">
<script src="test.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="test.css" media="screen"/>
</head>
<header>
<div class="navFixed">
<nav class="navMenu navHead">
<a href="index.html" class="menu-space">The Club</a> <!-- Change href to "/" in deployment -->
<a href="https://discord.gg/5AtUQZnCdq" target="_blank" class="menu-space">Discord</a>
<a href="cratedig.html" class="menu-space">CrateDig</a> <!-- Change href to "createdig" in deployment -->
</nav>
</div>
<div class="logPos">
<img src="/assets/gemlogo.gif" class="logo" alt="Logo for the Underground Gem Club - the destination for underground hip-hop mixtapes">
<h1 class="logo2 centerLogo hide-menu">UNDERGROUND GEM CLUB</h1>
<h3 class="logo3 centerLogo hide-menu"><i>Mixtapes Live Here</i></h1>
</div>
</header>
<body>
</body>
<footer>
<h1><p class="copyright">The Underground Gem Club is the destination for hard-to-find underground hip-hop mixtapes, all in one place.<br>©2023 Dylan Madhani. All Rights Reserved. • <a style="text-decoration: none; color: inherit" href="disclaimer.html" target="_blank">Disclaimer</a><br><br></p></h1>
</footer>
</html>