-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.html
More file actions
30 lines (29 loc) · 1.08 KB
/
text.html
File metadata and controls
30 lines (29 loc) · 1.08 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
30
<!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="textBody">
<div id="textParagraph">
<p>You know, I really like this challenge</p>
<p>Do you like trying to solve it?</p>
<p>On a nother note</p>
<p>I want to usertest this with my friends, then maybe Ill put it on the internet</p>
<p>How long will that take, I have no idea</p>
<p>Anyhow I need to continue working on this</p>
<p>Vanilla icecream is really good</p>
<p>Especially the one from a coffe shop here in Norway</p>
<p>Though its quite expensive, but for now I am stuck here at the</p>
<p>Office making this.</p>
</div>
<div id="textPassword">
<p>Whats the password?</p>
<input id="textInput" type="text" placeholder="Password here">
<button id="textsubmitBtn">Submit</button>
</div>
<script src="js.js"></script>
</body>
</html>