-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlab.html
64 lines (55 loc) · 1.54 KB
/
lab.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<html>
<head>
<title>SFO AWS Loft</title>
<style>
body {
font-family: Montserrat, helvetica, arial, sans-serif;
font-size: 16x;
color: #444444;
margin: 0;
}
h2 {
font-weight: 700;
font-size: 1.6em;
margin-top: 30px;
}
p {
line-height: 1.6em;
}
.container {
max-width: 650px;
margin: 20px auto 20px auto;
padding-left: 15px;
padding-right: 15px
}
.header {
background-color: #425085;
color: #FFFFFF;
padding: 10px 0 10px 0;
font-size: 2.2em;
}
#target6 {
border: 4px solid #cc0000;
padding: 3px;
}
<!-- CSS from Mark Webster https://gist.github.com/markcwebster/9bdf30655cdd5279bad13993ac87c85d -->
</style>
</head>
<body>
<div class="header">
<div class="container">
<h1>AWS Pop-up Loft San Francisco</h1>
</div>
</div>
<div class="content">
<div class="container">
<h2>IAM Group Demo</h2>
<p1>
<a href="Lab1-Discovery-and-Remediation-EC2/Amazon GuardDuty Lab - SFO Loft - 12-14-2017.html">Lab1</a>
<br>
<a href="Lab2-SImulation-and-Remediation-IAM/Amazon GuardDuty Lab - SFO Loft - 12-14-2017.html">Lab2</a>
</p1>
</div>
</div>
</body>
</html>