-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (40 loc) · 1.6 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
<!DOCTYPE html>
<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.0">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="icons/favicon.jpg" type="image/jpeg">
<script type="module" src="scripts/index.js"></script>
<script src="scripts/stats.js"></script>
<title>Overwatch 2 | Counters</title>
</head>
<body>
<header>
<div class="title">
<h1><span class="ow2-full">Overwatch 2</span><span class="ow2-short">OW2</span> | Counters chart</h1>
<div class="superscript">picks by <a href="https://www.youtube.com/@Anakq" target="_blank">Anak</a></div>
<p>Click hero icon for wiki</p>
<p><a href="./stats">Statistics</a></p>
</div>
<div class="search">
<label>Search</label>
<input type="text">
<button>Clear</button>
</div>
</header>
<article class="counter-table"></article>
<footer>
<a class="repo" href="https://github.com/AyQWERTY/Overwatch-2-Counters" target="_blank">
<img class="repo" src="icons/github-mark.svg" alt="github-mark"> Github repo
</a>
</footer>
<nav class="mobile">
<a href="#tank"><img src="icons/classes/Tank.webp" alt="tank"></a>
<a href="#damage"><img src="icons/classes/Damage.webp" alt="tank"></a>
<a href="#support"><img src="icons/classes/Support.webp" alt="tank"></a>
</nav>
</body>
</html>