-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathturing.html
41 lines (33 loc) · 1.63 KB
/
turing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>ENCRYPTOR 3000</title>
<link href="typewriter.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Silkscreen&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="#">
<link rel="icon" href="assets/favicon.ico"/>
</head>
<body>
<div class="container text-center">
<a href="index.html">
<img src="assets/gobacktext.png" alt="logo" height="45"width="150">
</a>
<br>
<h1 id="TITLE">YOU FOUND THE TURING REFERENCE!</h1>
<div id="trailer" class="section d-flex justify-content-center embed-responsive embed-responsive-4by3">
<video class="embed-responsive-item" controls>
<source src="assets/turingreference.mp4" type="video/mp4">
</video>
</div>
</div>
</body>
</html>