-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
23 lines (23 loc) · 719 Bytes
/
index.htm
File metadata and controls
23 lines (23 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>js-vanilla</title>
</head>
<style>
.container{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
</style>
<body>
<div class="container">
<div class="day-1"><a href="Day1/index-start.html"><h2>Day-1 [JS Drum Kit]</h2></a></div>
<div class="day-2"><a href="Day2 -(JS and CSS Clock)/day2.html"><h2>Day-2 [JS and CSS Clock]</h2></a></div>
<div class="day-3"><a href="Day3 -CSS Variables/day3.html"><h2>Day-3 [CSS variables]</h2></a></div>
</div>
</body>
</html>