-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (66 loc) · 2.38 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<title>SOYAB NANDHLA</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<script>if (location.protocol != 'https:') {location.href = 'https:' + window.location.href.substring(window.location.protocol.length);}</script>
<script src="/script.js" defer></script>
</head>
<body>
<div class="container">
<div class="jumbotron text-center">
<h1><u><a href="index.html" style="color:white;">SOYAB NANDHLA</a></u></h1>
<br>
<p style="color:white;"><u>HOME</u></p>
</div>
</div>
<div class="container">
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">SOYAB NANDHLA</a>
<span class="divider">//</span>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="DOWNLOAD.html">DOWNLOAD</a></li>
<li><a href="BOT.html">DISCORD BOT</a></li>
<li><a href="OTHER.html">OTHER</a></li>
<li><a href="home.php">OTHER</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div class="container">
<div class="page-header">
<h1><u>WEBSITE UPDATES:</u></h1>
<p>Updated How fast can you click.msi to v1.2.0</p>
<p></p>
</div>
</div>
<div class="container">
<div class="page-header">
<h1><u>ABOUT:</u></h1>
<p>DEVELOPER/OWNER: SOYAB NANDHLA</p>
<p>I can make websites using HTML, JavaScript and CSS like this website. More examples are shown in <a href="OTHER.html">OTHER</a>. Ever need my assisstance in making a website contact me via email.</p>
</div>
</div>
<br>
<br>
<div class="container">
<footer id="center">
<p>© 2019 By Soyab Nandhla</p>
<p>Contact me: <a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</div>
</body>
</html>