-
Notifications
You must be signed in to change notification settings - Fork 0
/
index (3).html
88 lines (85 loc) · 5.27 KB
/
index (3).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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html lang="en-US"><link type="text/css" id="dark-mode" rel="stylesheet" href="">
<style type="text/css" id="dark-mode-custom-style"></style>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QL6FS1GP6Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QL6FS1GP6Z');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dean Schulz</title>
<link rel="stylesheet" href="main.css?v=12">
<link rel='icon' href='assets/images/Dfav.ico' type='image/x-icon'/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preload" as="font" href="assets/fonts/courier_10_pitch_bold.otf" type="font/otf" crossorigin="anonymous">
<link rel="preload" as="font" href="assets/fonts/courier_10_pitch_regular.otf" type="font/otf" crossorigin="anonymous">
</head>
<body style="position: relative;" id="body">
<div class='scanlines'></div>
<div class='scanlines2'></div>
<div class='scanlines2 scanlines3'></div>
<!--<div id="scan-lines-wrapper">
<div id="scan-line1"></div>
<div id="scan-line2"></div>
</div>-->
<div id="stripes"></div>
<img class='turret' id='turret' src='assets/images/turret.png'>
<img class='mario' id='mario' src='assets/images/mario.png'>
<img class='clocks' id='clocks' src='assets/images/clocks.jpg'>
<audio id="audio1" controls style="display:none">
<source src="assets/audio/matrix-key.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="audio2" controls style="display:none">
<source src="assets/audio/matrix-key-2.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="audio3" controls style="display:none">
<source src="assets/audio/matrix-key-3.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="space-audio" controls style="display:none">
<source src="assets/audio/space-audio.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="enter-audio" controls style="display:none">
<source src="assets/audio/enter-audio.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="loading-sound" controls style="display:none">
<source src="assets/audio/loading.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="loading-dots-sound" controls style="display:none" muted="true">
<source src="assets/audio/loading-dots.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="processing-sound" controls style="display:none" muted="true">
<source src="assets/audio/processing.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="knocks-sound" controls style="display:none">
<source src="assets/audio/knock-trim.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="loading-beeps-sound" controls style="display:none">
<source src="assets/audio/loading-beeps.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="background-sound" controls style="display:none">
<source src="assets/audio/background.wav" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="portal-audio" controls style="display:none">
<source src="assets/audio/portal.mp3" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="mario-audio" controls style="display:none">
<source src="assets/audio/mario.mp3" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="clocks-audio" controls style="display:none">
<source src="assets/audio/clocks.mp3" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<audio id="dad-audio" controls style="display:none">
<source src="assets/audio/dearly-beloved.mp3" type="audio/mpeg"> Your browser does not support the audio element.
</audio>
<div class="content-container">
<div class="archive"><span id="date"></span></div><span class='start'></span>
<div style="visibility: visible;" id="input"><span id="first-directory" hidden class="directory">D:\></span><span class="arrow blinking hide-blink no-blink new">█</span><input autocomplete="off" id="name-input" spellcheck="false" class="active paragraph" contenteditable="true"/></div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="deanscode.js?v=14"></script>
</body>
</html>