-
Notifications
You must be signed in to change notification settings - Fork 0
/
mc.html
31 lines (30 loc) · 1.03 KB
/
mc.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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="/css/style.css">
<meta charset="UTF-8">
<meta name="description" content='Content and blogs for Security+ Class'>
<meta name="author" content="Connor B.">
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<link rel="icon" type="image/x-icon" href="assets/photos/favicon.ico">
<title>CB Minecraft</title>
</head>
<body>
<div id="main_body" class="container">
<div class="intra_link">
<a href="assets/photos/B.png" download="logo.png">Logo for profile</a>
</div>
<div id="article_container" class="">
<h2 id="art_cont_title">Modpacks</h2>
<div id="art_1" class="article">
<h3 class="art_title">1.20 Modded</h3>
<a href=""></a>
</div>
<div id="art_2" class="article">
<h3 class="art_title">1.20 Client Side Mods</h3>
<a href="assets/mp/TotallyVanilla.zip">Download Here</a>
</div>
</div>
</div>
</body>
</html>