forked from haideralipunjabi/youtuber-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvideos.html
73 lines (64 loc) · 2.02 KB
/
videos.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
window['nitroAds'] = window['nitroAds'] || { createAd: function () { window.nitroAds.queue.push(["createAd", arguments]) }, queue: [] };
</script>
<script async src="https://s.nitropay.com/ads-463.js"></script>
<link rel="icon" href="mr_quackers.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Videos | Will M</title>
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!-- Bulma Version 0.6.0 -->
<link rel="stylesheet" href="assets/css/bulma.min.css" />
<style type="text/css">
html,body {
font-family: 'Open Sans';
}
</style>
</head>
<body>
<div class="hero-head" id="navbar-container">
</div>
<section class="section is-fullheight is-default is-bold ">
<div class="container is-fluid">
<center>
<h1 class="title">Recent Videos</h1>
<p>This list is automatically updated daily. For the real-time most recent video, <a href="https://ltstyt.be/3aZ">click here</a>.</p>
</center>
<div class="columns is-multiline" id="video-container">
</div>
</div>
<div id="nitropay"></div>
<script type="text/javascript">
window['nitroAds'].createAd('nitropay', {
"refreshLimit": 10,
"refreshTime": 90,
"renderVisibleOnly": false,
"refreshVisibleOnly": true,
"sizes": [
[
"320",
"50"
]
],
"report": {
"enabled": true,
"wording": "Report Ad",
"position": "bottom-right"
},
"mediaQuery": "(min-width: 320px) and (max-width: 767px)"
});
</script>
</section>
<div class="hero-foot" id="footer-container">
</div>
<script src="assets/js/jquery-3.2.1.min.js" charset="utf-8"></script>
<script src="assets/js/bulma.js" charset="utf-8"></script>
<script src="assets/js/main.js" charset="utf-8"></script>
<script src="assets/js/videos.js" charset="utf-8"></script>
</body>
</html>