-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 942 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>homework</title>
</head>
<body>
<h1>HOMEWORK</h1>
<a href="https://wangwei12.github.io/spa/02-app/index.html" target="view_window">定时器控件</a>
<br>
<a href="https://wangwei12.github.io/spa/04-progress-app/index.html" target="view_window">进度条控件</a>
<br/>
<a href="https://wangwei12.github.io/spa/05-range-app/index.html" target="view_window">范围控件</a>
<br/>
<a href="https://wangwei12.github.io/spa/06-field-validation/index.html" target="view_window">字段级验证</a>
<br/>
<a href="https://wangwei12.github.io/spa/07-char-validation/index.html" target="view_window">字符集验证</a>
<br/>
<a href="https://wangwei12.github.io/spa/08-forms-validation/index.html" target="view_window">表单级验证</a>
<br/>
<a href="https://wangwei12.github.io/spa/09-h5-validation/index.html" target="view_window">h5验证</a>
<br/>
</body>
</html>