-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (49 loc) · 2.45 KB
/
index.html
File metadata and controls
51 lines (49 loc) · 2.45 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<title>Otheruser325</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-dark">
<!-- Website content goes here -->
<!-- Image and text -->
<nav class="navbar navbar-expand-lg navbar-dark sticky-top">
<a class="navbar-brand" href="#">
<img src="assets/Otheruser325.png" width="40" height="35" class="d-inline-block align-top" alt="" loading="lazy">
Otheruser325
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="BloonsTDMods">Bloons TD Mods<span class="sr-only"></span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Miscellaneous">Miscellaneous<span class="sr-only"></span></a>
</li>
</ul>
</div>
</nav>
<section class="text-center text-light" id="index">
<div class="home_screen">
<h1 class="">Otheruser325</h1>
<p>This is my website for Bloons TD Battles mods, YouTube and more!</p>
<b>We do other supercool stuff just for fun on my YouTube! Plus stuff apart from BTD Battles mods.</b>
<p><a href="https://discord.gg/4ZTnWZgjZS" class="btn btn-lg btn-default text-light"><img src="assets/DiscordLogo.png" width="30" /> Join our discord server</a></p>
</div>
<div class="fixed-bottom mastfoot text-muted">
<div class="inner">
<p class="">© Otheruser325 2020-2025</p>
</div>
</div>
</section>
</body>
</html>