-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 900 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 900 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>User Inyerface - 最糟糕的 UI 实验</title>
<link rel="stylesheet" href="./assets/style.css">
</head>
<body>
<div id="main">
<div id="title">
<p class="title">UI</p>
<p class="title-2">User Inyerface</p>
</div>
<div id="description">
<p class="description">
你好!欢迎来到 User Inyerface——对用户交互和设计模式的具有挑战性的探索。
</p>
<p class="description">
在游戏中,你只需尽可能快而准确地填写表单。
</p>
<button class="round-button">取消</button>
<p>
请<span class="underline">点击</span><a href="./game.html" class="text">这里</a>以跳转到<span class="grey">下一个页面</span>
</p>
</div>
</div>
</body>
</html>