This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (66 loc) · 2.17 KB
/
index.html
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="zh-tw">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<ul class="color">
<li>
<div class="colorBox" style="background:#000"></div>
<div class="colorCode">#000000</div>
</li>
<li>
<div class="colorBox" style="background:#333"></div>
<div class="colorCode">#333333</div>
</li>
<li>
<div class="colorBox" style="background:#953A3A"></div>
<div class="colorCode">#953A3A</div>
</li>
<li>
<div class="colorBox" style="background:#CCC"></div>
<div class="colorCode">#CCCCCC</div>
</li>
<li>
<div class="colorBox" style="background:#FFF"></div>
<div class="colorCode">#FFFFFF</div>
</li>
</ul>
<div class="container">
<div class="phone">
<div class="shadow">
<div class="phoneTop">
<div class="cycle"></div><br>
<div class="bigCycle"></div>
<div class="bar"></div>
</div>
<div class="screen">
<div class="content">
<!-- <div class="topBar">≡ 註冊</div> -->
<div class="eatimage"></div>
<h1>歡迎使用</h1>
<h3>立刻註冊成為PadasCook的會員吧</h3>
<a href="inputprofile.html" class="button">開始註冊</a>
<!-- <form action="">
<label for="name">姓名</label><input type="text" name="" id="name"><br>
<label for="gerden">性別</label>
<select name="" id="gender">
<option value="boy">男</option>
<option value="girl">女</option>
<option value="humhum">其他</option>
</select><br>
<label for="birthedy">生日</label><input type="text" name="" id="birthday"><br>
<label for="phone">電話</label><input type="text" name="" id="phone"><br>
<label for="mail">學校信箱</label><input type="text" name="" id="mail">
</form> -->
</div>
</div>
<div class="homebutton"></div>
</div>
</div>
</div>
</body>
</html>