-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (47 loc) Β· 3.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>R E T O S [ J A V A S C R I P T ]</title>
<link rel="stylesheet" href="https://unpkg.com/jquery.terminal/css/jquery.terminal.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono">
<link rel="stylesheet" href="src/style.css">
<link rel="stylesheet" href="https://codepen.io/jcubic/pen/WZjbgq.css?v=3">
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://unpkg.com/jquery.terminal/js/autocomplete_menu.js"></script>
<!-- minify -->
</head>
<body>
<div class="tv">
<div id="term">
<pre>
βββββββ ββββββββββββββββ ββββββ βββββββββββ βββββββ βββββββββββ
ββββββββββββββββββββββββββββββββββββββββββββββββββββ βββββββββββ
βββ βββββββββ ββββββββββββββββββββββ ββββββ βββ ββββββ βββββββββββ
βββ βββββββββ ββββββββββββββββββββββ ββββββ βββ ββββββ ββ βββββββββββ
βββββββββββββββββββββββββββ ββββββ ββββββββββββ ββββββββββββββββ
βββββββ βββββββββββββββββββ ββββββ βββ βββββββ ββββββ ββββββββ
T E R M I N A L D E R E T O S [ J A V A S C R I P T ] (v.1.0.2)
</pre>
</div>
<div class="flicker"></div>
<div class="scanlines"></div>
</div>
<div class="twitter social-icon">
<a href="https://twitter.com/jasp402" target="_blank">
<svg style="width: 24px; height:24px" aria-labelledby="simpleicons-twitter-icon" role="img" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<title id="simpleicons-twitter-icon">Twitter icon</title>
<path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z"/></svg>
</a>
</div>
<!-- partial -->
<script src="https://unpkg.com/jquery.terminal/js/jquery.terminal.js"></script>
<script src="https://unpkg.com/jquery.terminal/js/jquery.mousewheel-min.js"></script>
<script src="https://unpkg.com/js-polyfills/keyboard.js"></script>
<script src="https://unpkg.com/[email protected]/treeify.js"></script>
<script src="https://unpkg.com/css-vars-ponyfill@2/dist/css-vars-ponyfill.min.js">
</script><script src="src/script.js"></script>
</body>
</html>
<!--https://codepen.io/jcubic/details/poZRoYq-->