This repository has been archived by the owner on Oct 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
52 lines (52 loc) · 1.76 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
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="index.css" type="text/css" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans"
rel="stylesheet"
/>
<title>Call of Duty®: Modern Warfare</title>
</head>
<body>
<main>
<svg
xmlns="http://www.w3.org/2000/svg"
width="1000.156"
height="312.27"
viewBox="0 0 6726 2100"
class="mw"
>
<defs>
<style>
.cls-1 {
fill: #e0e0e0;
fill-rule: evenodd;
}
</style>
</defs>
<path
id="MW_ICON"
data-name="MW ICON"
class="cls-1"
d="M4511.37,4038.01L3428.78,5158.34,2351.83,4038.01H1586.99V6138h669.25V4847.94L3428.78,6050.73,4615.41,4833.39v492.67l672-689.92V4038.01H4511.37Zm3133.84,0V5337.77L6461.37,4122.9,5287.41,5328.07V4854.04l-672,689.88V6138h747.96l1098-1120.33L7548.17,6138H8313V4038.01H7645.21Z"
transform="translate(-1587 -4038)"
/>
</svg>
<div class="actions">
<button id="randomize">Randomize</button>
<button id="toLobby">Lobby</button>
</div>
</main>
<footer class="credits">
<p>
By
<a href="https://twitter.com/Mxtive" target="_blank"
>Lacking#0001</a
>
</p>
</footer>
<script src="renderer.js"></script>
</body>
</html>