-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 1021 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main Menu</title>
<link rel="stylesheet" href="./styles.css">
<!-- <link rel="stylesheet" href=""> -->
</head>
<body class="absolute transform -translate-x-1/2 -translate-y-1/2 outline-black top-1/2 left-1/2 ">
<ol>
<li>1. <a href="./Project-1/index.html"> Project - 1</a></li>
<li>2. <a href="./Project-2/index.html"> Project - 2</a></li>
<li>3. <a href="./Project-3/index.html"> Project - 3</a></li>
<li>4. <a href="./Project-4/index.html"> Project - 4</a></li>
<li>5. <a href="./Project-5/index.html"> Project - 5</a></li>
<li>6. <a href="./Project-6/index.html"> Project - 6</a></li>
<li>7. <a href="./Project-7/index.html"> Project - 7</a></li>
<li>8. <a href="./Project-8/index.html"> Project - 8</a></li>
<li>9. <a href="./Project-9/index.html"> Project - 9</a></li>
</ol>
</body>
</html>