-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (31 loc) · 904 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
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<title>Bussin Napture Browser</title>
<link href="styles.css" />
</head>
<body>
<div class="header">
<h1 class="title">Bussin Napture</h1>
<h4>- The next big browser -</h4>
</div>
<div class="main">
<p>Reasons to use Bussin Napture:</p>
<ul>
<li>It's fast</li>
<li>No bloatware</li>
<li>Doesn't track you</li>
<li>Cool TLDs</li>
<li>Free domain</li>
<li>...many more reasons</li>
</ul>
</div>
<p class="download">
Download Bussin Napture - https://github.com/face-hh/webx/releases
</p>
<div class="footer">
<p>
NOTE: Bussin Napture was made in one month by Face (a successful youtuber). He's doing interesting projects so you should definetely subscribe to his channel
</p>
</div>
</body>
</html>