-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 861 Bytes
/
index.html
File metadata and controls
39 lines (36 loc) · 861 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
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Animated </title>
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: rgb(55, 241, 241);
font-size: large;
size: 40px;
}
a {
text-decoration: none;
color: azure;
}
button {
background-color: rgb(252, 14, 53);
display: grid;
border: 1px solid #fa39ba;
width: 100px;
height: 70px;
margin-bottom: 5%;
border-radius: 5%;
}
</style>
</head>
<body>
<h1>Animated </h1>
<button><a href='camera.html'>Animated 2D avatar - Camera feed </a></button>
<br/>
<button><a href='static_image.html'>Animated 2D avatar - Image </a></button>
</body>
</html>