-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>CS2 Updates</title>
<link rel="icon" type="image/x-icon" href="cs2.ico" />
<link rel="stylesheet" href="style.css" />
<script src="xbbcode.js"></script>
</head>
<body>
<div id="repo-banner">
<a href="https://github.com/Bims-sh/cs2-update" target="_blank">
<img src="public/github-142-svgrepo-com.svg" alt="GitHub" />
<span>View on GitHub</span>
</a>
</div>
<div id="app">
<h1 id="title">Counter-Strike 2</h1>
<p id="fetch-box" class="loading">Fetching update data</p>
<div id="nav-buttons" class="hidden">
<button id="prev-update" disabled><img src="public/arrow-sm-left-svgrepo-com.svg" alt="Previous" /></button>
<button id="next-update" disabled><img src="public/arrow-sm-right-svgrepo-com.svg" alt="Next" /></button>
</div>
<div id="update-info" class="hidden">
<div id="update-title">
<p id="update-title-text"></p>
<p id="update-date-relative">aaa</p>
</div>
<p id="update-content"></p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>