-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (16 loc) · 754 Bytes
/
Copy pathindex.html
File metadata and controls
17 lines (16 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data Viz of Encoded Time</title>
<style> body {padding: 0; margin: 0;} </style>
</head>
<body>
<iframe src="./planet_clock.html" title="Planet Clock" width="400" height="400"></iframe>
<iframe src="./progress_clock.html" title="Progress Clock" width="400" height="400"></iframe>
<iframe src="./traingle_clock.html" title="Traingle Clock" width="400" height="400"></iframe>
<iframe src="./towers_clock.html" title="Towers Clock" width="400" height="300"></iframe>
<iframe src="./shapes_clock.html" title="Shapes Clock" width="400" height="300"></iframe>
</body>
</html>