Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
Latest commit
26 lines (24 loc) · 877 Bytes
/
Copy pathdev.html
File metadata and controls
26 lines (24 loc) · 877 Bytes
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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>StreamStats Website</title>
<!-- Include your CSS and JavaScript files here -->
<!-- For simplicity, assuming you have a script.js file -->
<scriptsrc="js/jquery-1.4.3.min.js"></script>
<scriptsrc="js/jquery.preloader.js"></script>
<scriptsrc="js/script.js"></script>
<linkrel="stylesheet" href="css/preloader.css" type="text/css">
<linkrel="stylesheet" href="css/scrollbar.css" type="text/css">
</head>
<body>
<divid="container">
<h2id="title">StreamStats</h2>
<h2id="copyright">Copyright © 2016 <ahref="https://rebrand.ly/jngidkz">StreamStats</a></h2>
<ulid="linksList">
<!-- Links will be dynamically added here using JavaScript -->
</ul>
</div>
</body>
</html>