-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.88 KB
/
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
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>BombBot</title>
</head>
<body style="background-image: url('Bomber_Formation.jpg')">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<div class="top-table-button">
<a class="navbar-brand" style="" href="index.html">
<img src="BombBot_Logo.png" alt="BombBot Logo" class="d-inline-block align-text-middle"
style="border-radius: 50%; width: 40px; height: 40px;">
<span class="default-font">BombBot</span>
</a>
<a class="btn right-align-button grey-button" href="terms-of-service.html">Terms of Service</a>
<a class="btn right-align-button button-spacing-right grey-button" href="privacy-policy.html">Privacy Policy</a>
<a class="btn right-align-button button-spacing-right grey-button" href="https://github.com/MrMetacomCode/BombBot" target="_blank">GitHub</a>
</div>
</div>
</nav>
<table class="center">
<tr>
<td>
<img src="BombBot_Logo.png" alt="BombBot Logo" style="border-radius: 50%; height: 170px; width: 170px">
</td>
</tr>
<tr>
<td style="padding-top: 15px">
<h5><span class="default-font">Calculates bombs needed per base and airfield for War Thunder</span></h5>
<a class="btn btn-primary" href="https://top.gg/bot/754879715659087943" target="_blank">Top.gg Page</a>
</td>
</tr>
</table>
</body>
</html>