-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
24 lines (24 loc) · 897 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Bootcamp Prework</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
</head>
<body class="bg-secondary">
<div class="container">
<div class="jumbotron bg-dark">
<h1 class="text-warning">Bootcamp Prework</h1>
</div>
<ul>
<li>
<bold>Day 1: </bold><a class="text-warning" href="./first-website/index.html">First Website</a>
</li>
<li>
<bold>Day 2: </bold><a class="text-warning" href="./portfolio-project/index.html">Portfolio Project</a>
</ul>
</div>
</body>
</html>