-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.89 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
<!doctype html>
<html>
<head>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<title></title>
<script src="assets/js/API.js"></script>
<link rel="stylesheet" href="assets/css/materialize.min.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div class="header1 z-depth-4">
<a href="#home" id="headlink" class="waves-effect waves-green">Loading...</a>
<div class="header-right">
<a class="active waves-effect waves-green" href="#home">Home</a>
<a class="waves-effect waves-green" href="https://github.com/bentenz5/gitreleasesite">Github</a>
</div>
</div>
<div id="home" class="container">
<div id="top-btns" class="center-align">
<a href="#" id="AppButton" class="btn-large purple darken-3 waves-green waves-effect center-align disabled">Loading...</a>
<p id="AppVersion">Loading...</p>
</div>
</div>
<!-- Begin Info Sections -->
<div id="About" class="container">
<div class="row section">
<div class="col s11">
<!-- About Section -->
<h5 id="AboutTitle">Loading...</h5>
<p id="AboutSectionText">Loading...</p>
</div>
</div>
</div>
<div id="ImageSection" class="container">
<div class="row section">
<div class="col s11">
<!-- Image Section -->
</div>
</div>
</div>
<script src="assets/js/materialize.min.js"></script>
</body>
</html>