-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (42 loc) · 1.85 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 content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>MAD News - Dramatic news generator</title>
<meta content="article" property="og:type">
<meta content="https://rootfox.cc/funny/mad-news/" property="og:url">
<meta content="MAD News - Dramatic news generator" property="og:title">
<meta content="Dramatic news generator"
property="og:description">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/background.css">
<link rel="stylesheet" href="css/fork.min.css">
<script type="text/javascript" src="https://unpkg.com/[email protected]/lib/index.js"></script>
</head>
<body>
<div class="homepage-hero-module-filter"></div>
<div class="homepage-hero-module">
<div class="video-container">
<video class="fillWidth fadeIn animated" autoplay="autoplay" loop="loop" muted defaultMuted playsinline oncontextmenu="return false;"
preload="auto" class="fillWidth fadeIn animated">
<source src="./video/Authentic-Shower.mp4" type="video/mp4"/>
Your browser does not support the video tag. I suggest you upgrade your browser.
</video>
</div>
</div>
<div class="fork-me fork-me-dark fork-me-fixed" style="z-index: 20000000; background: #000;">
<a class="fork-me-link" target="_blank" href="https://github.com/rtf6x/mad-news-webpage">
<span class="fork-me-text">Fork Me On GitHub</span>
</a>
</div>
<div class="center-wrapper">
<div id="stage">
<div id="stage_a0" class="stage"><p></p></div>
<div id="stage_b0" class="stage"><p></p></div>
<div id="stage_c0" class="stage"><p></p></div>
<div id="stage_refresh" class="stage"><a href="#"></a></div>
</div>
</div>
<script type="text/javascript" src="js/newsGenerator.js"></script>
</body>
</html>