-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcOld.html
More file actions
40 lines (35 loc) · 1.18 KB
/
cOld.html
File metadata and controls
40 lines (35 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>info</title>
<style>
div {
background-color: transparent;
/* background-image: linear-gradient(white, lightgray); */
/* background-image: url(images/flag.gif); */
height: 800px;
}
body {
background-color: white;
background-image: linear-gradient(white, lightgray);
height: 800px;
}
h1 {
color: fuchsia
}
</style>
</head>
<body>
<div>
<h1>3 months of scary days
1 the lost factory. It was 1941 in Germany when a new factory
Was created it was booming 29 years later they started to make
Military products 1 months have passed it was exploded people where wondering
Why and how it was exploded month later someone found a note
And it said will a ever get money without working turns out
He was trying to avoid his job of making tanks for war becase
He did not want war. Every time you pass you will see a tank
Pointing straight at you</h1>
</div>
</body></html>