-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
24 lines (24 loc) · 964 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>Deploy Demo</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="icon" href="page-icon.png">
</head>
<body>
<header class="jumbotron jumbotron-fluid bg-primary text-white">
<div class="container">
<h1>Deploy Demo</h1>
<p class="lead">Hooray!</p>
</div>
</header>
<main>
<div class="container">
<p>This site was <a href="https://drive.google.com/open?id=15nhAWCCpLncCUC8w1TE6AT79Teb5su2bEnTWdbYlUn8">deployed to an AWS server</a> running NGINX!</p>
</div>
</main>
</body>
</html>