-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
38 lines (27 loc) · 957 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<title>Workshop - Transmit Security Platform</title>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css">
<!-- Step1: Load & Initialize SDK -->
<!-- Step2: Report Action #1-->
<!-- Step4: Set UserID -->
<!-- Step6: Clear User -->
<body>
<section class="wrapper">
<div class="container">
<div class="content">
<h2 class="heading">Transmit Security Platform</h2>
<h2 class="heading">Detection and Response Services</h2>
<!-- Step2: Report Action #1-->
<!-- Step3: Report Action #2 -->
<!-- Step4: Set UserID -->
<!-- Step5: Report Action #3 -->
<!-- Step6: Clear User -->
</div>
</div>
</section>
</body>
</html>