-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (44 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
45 lines (44 loc) · 1.63 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Text editor</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<link rel="icon" href="favicon.ico"/>
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="css/layout.css"/>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<header id="header">
<h1 id="titleheader">TITLE</h1>
<input type="text" id="vvod"></input>
</header>
<aside>
<ul class="btns">
<li><input type="image" id="kosyak" src="icons/1.png"></li>
<li><input type="image" src="icons/2.png"></li>
<li><input type="image" src="icons/3.png"></li>
<li><input type="image" src="icons/4.png"></li>
<li><input type="image" src="icons/5.png"></li>
<li><input type="image" src="icons/6.png"></li>
<li><input type="image" src="icons/7.png"></li>
<li><input type="image" src="icons/8.png"></li>
</ul>
</aside>
<main class="main">
<h2 id="roy">ROY BATTY, 2019</h2>
<article>Like Tears in Rain</article>
<h3 id="questions">Where am I going? How long have I got?</h3>
<p>I've seen things you people wouldn't believe. Attack ships on fire off
the shoulder of Orion. I watched C-beams glitter in the dark near the
Tannhauser gate. All those moments will be lost in time... like tears
in rain... Time to die.</p>
<p>I don't know why he saved my life. Maybe in those last moments he
loved life more than he ever had before. Not just his life - anybody's
life; my life. All he'd wanted were the same answers...</p>
</main>
</body>
</html>