-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwardrobe.html
25 lines (23 loc) · 968 Bytes
/
wardrobe.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">
<link rel="icon" type="image/gif" href="./images/logo32.png" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<title>Wardrobe</title>
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1 class="display-4">Elmira</h1>
<p class="lead">Welcome to your wardrobe. You own the following. Great choice!</p>
</div>
</div>
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/wardrobe.js"></script>
</body>
</html>