-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome.html
More file actions
44 lines (40 loc) · 1.48 KB
/
welcome.html
File metadata and controls
44 lines (40 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<title>
Welcome
</title>
<link rel="stylesheet" type="text/css" href="/stylesheets/style2.css" />
</head>
<body>
<header>
<img src="/images/rabbit.png" /></div>
<div id="language"><h4>Language : English</h4></div>
</header>
<div class="main-wrap">
<h1>Welcome!</h1>
<div id="welcome"><h2>If you're read this, it's too late.
If you're read this, it's too late.
If you're read this, it's too late.
If you're read this, it's too late.
If you're read this, it's too late.
If you're read this, it's too late.
If you're read this, it's too late.</h2>
<p id="artworkby"><h5>Artwork by @isaacchongwai Photo on 10 Dec, the day before the clearance. #HongKongProtests #UmbrellaRevolution</h5></p>
</div>
<div id="login">
<input id="email" type="text" value="E-mail"/><br /><br />
<input id="submit" type="submit" value="Submit" />
<input id="password" type="text" value="Password"/><br /><br />
<h3>Forget password?</h3>
<h6>New to here?</h6>
<input id="email1" type="text" value="E-mail" />
<input id="email2" type="text" value="Password" />
<input id="email3" type="text" value="Password confirm" />
</div>
<footer>
<h5><p align="center">About Help (c) 2015 Min Kim</p></h5>
</footer>
</div>
</body>
</html>