-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (33 loc) · 1.24 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
53
54
<!DOCTYPE html>
<html>
<head>
<title>Mclean Services</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="default.css">
<style type="text/css">
.img-container{
max-width: 600px;
}
img{
width: 100%
}
</style>
</head>
<body>
<div class="nav-wrapper">
<!-- Link around dots-wrapper added after tutorial video -->
<ul style="padding: 10px;" >
<h3 style="color: red;" ><a href="https://www.youtube.com/channel/UCNR8PQ_VaKw1Zk8KGDFi-FA"> <img style="width: 100px;" src="logo.jpeg" alt=""></a></h3>
</ul>
<ul id="navigation">
<a href="https://www.youtube.com/channel/UCNR8PQ_VaKw1Zk8KGDFi-FA"><img src="subscribe.png" alt="" style="width: 150px;" >
</a>
</ul>
</div>
<ul style="text-align: center; padding-top: 100px;">
<a class="button" href="https://rias.initiald.site/cdn/zone1/TV_Series/Loki/Season_01/Loki_S01E01_KimoiTV.com.mp4" > Download link</a>
</ul>
</body>
</html>