-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (53 loc) · 2.44 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
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Hi</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:type" content="website">
<meta property="og:title" content="turn#0001">
<meta property="og:url" content="index.html">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:image" content="../i.imgur.com/0bcCmOg.gif">
<meta name="theme-color" content="#2f3136">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<main>
<script>
function audioPlay() {
var audio = document.getElementById("audio");
audio.volume = 0.4;
audio.play()
}
function videoPlay() {
var video = document.getElementById("video");
video.play()
}
</script>
<input type="checkbox" autocomplete="off" id="overlay-toggle">
<div class="overlay fullscreen">
<label for="overlay-toggle" onclick="audioPlay();videoPlay()">
<span class="no-hover" style="font-family: derk; font-size: 0.6em;">tap to enter</span>
<span class="hover" style="font-family: derk; font-size: 0.6em;">click to enter</span>
</label>
</div>
<audio loop="" preload="auto" id="audio">
<source src="assets/audio/audio.mp3" type="audio/mp3">
</audio>
<video muted="muted" loop="" playsinline="" preload="auto" class="fullscreen bg-video" id="video">
<source src="assets/images/bg.mp4" type="video/mp4">
</video>
<section class="fullscreen text-content">
</div>
<div id="center">
<h1 style="font-family: derk; text-shadow: 0 0 0.40em #bababa;">Hi</h1>
<div class="socials">
<span>
<a href="https://cracked.io/tcpcat" style="text-decoration:none; font-family: derk; font-size: 1em;">tcpcat</a>
</span>
</main>
</body>
</html>