forked from xiaoma318/myEdda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
35 lines (30 loc) · 1.13 KB
/
home.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>AWS Resource View</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
</head>
<body>
<div class="container">
<div class="masthead">
<h3 class="muted"> AWS Resource View</h3>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="web/instance.html">Instance</a></li>
<li><a href="web/bucket.html">S3 Bucket</a></li>
<li><a href="web/autoscaling.html">AutoScaling Group</a></li>
<li><a href="web/securityGroup.html">Security Group</a></li>
</ul>
</div>
</div>
</div><!-- /.navbar -->
</div> <!-- masthead -->
</div> <!-- container -->
<center><img align="middle" src='img/cloud.png' style="margin:50px"></center>
</body>
</html>