-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (51 loc) · 1.98 KB
/
index.html
File metadata and controls
59 lines (51 loc) · 1.98 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
52
53
54
55
56
57
58
59
<!DOCTYPE hml>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Raleway|Ubuntu" rel="stylesheet">
<title>Dashforce Studios</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Site CSS -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<nav class="navbar navbar-static-top navbar-dark bg-inverse">
<a class="navbar-brand" href="/">Dashforce Studios</a>
<ul class="nav navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="/">Home <span class="sr-only">(current)</span></a>
</li>
</ul>
</nav>
</div>
<div class="row text-center">
<h1>Jabzuni</h1>
<p><a href="https://github.com/DashForceStudios/Jabzuni" target="_blank">Visit the github page</a></p>
</div>
<div class="row">
<div class="col-md-12 col-sm-6 text-center">
<h4>Download for Windows</h4>
<a href="https://github.com/DashForceStudios/Jabzuni/raw/master/bin/Jabzuni.exe">
<img class="half-img" src="assets/images/windows-logo.png"/>
</a>
</div>
</div>
<hr>
<footer>
<p>© Dashforce Studios 2016</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-3.1.1.min.js"><\/script>')</script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body></html>