-
Notifications
You must be signed in to change notification settings - Fork 0
/
e2.html
37 lines (32 loc) · 861 Bytes
/
e2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>e2</title>
<link rel="stylesheet" href="styles/e2.css">
</head>
<body>
<button class = "back">
Back
</button>
<a class ="one" href="google.com">1
</a>
<a class ="one" href="google.com">2
</a>
<a class ="one" href="google.com">3
</a>
<a class ="one" href="google.com">4
</a>
<a class ="one" href="google.com">5
</a>
<button class = "next">
Next
</button>
<button class ="str">stretch</button>
<button class="sha">Shadow</button>
<button class="g1">one</button>
<button class="g2">two</button>
<button class="g3">three</button>
</body>
</html>