-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (34 loc) · 1.73 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
31
32
33
34
35
36
<html>
<head>
<title>Express HTML</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
</head>
<body>
<div style="margin:100px;">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/56/Circle-icons-cloud.svg/1024px-Circle-icons-cloud.svg.png" alt="Cloud" height="40" width="40">
<a class="navbar-brand" href="/">Critical Techworks</a>
<ul class="nav navbar-nav">
<li class="active">
<a href="/">Home</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/sitemap">Sitemap</a>
</div>
</nav>
<div class="jumbotron" style="padding:40px;">
<h1>Hello world Stratus Team!</h1>
<p>We are changing the way the world moves.</p>
<p><center> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/56/Circle-icons-cloud.svg/1024px-Circle-icons-cloud.svg.png" alt="Cloud" height="100" width="100"</center></p>
<p><a class="btn btn-primary btn-lg" href="https://www.criticaltechworks.com/" role="button">Learn more</a></p>
</div>
</div>
</body>
</html>