-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsole.html
More file actions
29 lines (28 loc) · 1 KB
/
console.html
File metadata and controls
29 lines (28 loc) · 1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Stylesheet.css">
</head>
<body id="consoleBody">
<div>
<p>Hello</p>
<p>Where can the clue be</p>
<p>Lately I have also started to listen to Call me Kris crime podcast too</p>
<p>Right now im listening to Unsolved murderers episode about "The Axeman"</p>
<p>Its a really intresting case...</p>
<p>Red web also has an episode on them too</p>
<p>I will say, it is some graphic murders, so trigger warning. If you want to watch the episode(s in the case of Unsolved murderers)</p>
</div>
<div>
<input type="text" id="consoleInput" placeholder="What kind of music?">
<button id="consoleBtn">Submit</button>
</div>
<div>
<button id="consoleIndexBtn">Go back</button>
</div>
<script src="js.js"></script>
</body>
</html>