-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (29 loc) · 1.44 KB
/
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
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PROJECT</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
</head>
<body>
<div class="container-fluid">
<h4 style="width:100%">HEY! DO U STUDY IN PRIMARY(1st-5th std) OR SECONDARY(5th and above)</h4>
<div class="container-1">
<a href="foundational.html">FOUNDATIONAL</a>
<a href="preparatory.html">PREPARATORY</a>
<a href="middle.html">MIDDLE</a>
<a href="secondary.html">SECONDARY</a>
<a href="youth.html">YOUTH</a>
</div>
<h1>168 Hours: You Have More Time Than You Think</h1>
</div>
<script src="index.js" async defer></script>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</body>
</html>