forked from finncyr/ECO_LoL_Overlay_serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 960 Bytes
/
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
<head>
<link rel="stylesheet" href="css/index.css">
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script src="./js/jquery.editable.min.js"></script>
</head>
<body>
<div class="Overlay">
<img src="assets/ECO_Season3_SuperSummer_League_Overlay1.png" alt="Overlay" />
<div class="team-left">
<h2>ECO</h2>
<h1>0</h1>
</div>
<div class="team-right">
<h2>ECO</h2>
<h1>0</h1>
</div>
</div>
<div id="slideshow">
<!-- Size for Slideshow-Images is 306x227px -->
<div>
<img src="assets/Season3_logo.png">
</div>
<div>
<img src="assets/Uniliga_logo.png">
</div>
<div>
<img src="assets/discord-werbung_small.png">
</div>
</div>
<script src="./js/index.js"></script>
</body>