forked from carbonsystems-dev/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
26 lines (24 loc) · 917 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Uboss | Home</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@800&family=Cabin:wght@500&family=Montserrat:wght@600&family=Noto+Sans&family=Roboto:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<ul class="menu">
<li><a href="tutorial.html" title="Tutorial for How to use <b>Uboss</b>">Tutorial</a>
<li><a href="https://discord.gg/bhc/" title="Our Discord Server">Discord</a></li>
<li><a href="https://github.com/BlueHatCrew/">Github</a></li>
</ul>
</nav>
<div class="main-content">
<h1>Uboss</h1>
<p class="description">A BlueHatCrew Project</p>
</div>
<script src="script.js"></script>
</body>
</html>