-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplan-a.html
46 lines (45 loc) · 1.44 KB
/
plan-a.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Epilogue:wght@800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="custom.css" />
<title>Plan A - Peta DIKLAT 2 - TBM BG XV 2023</title>
<script
src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU="
crossorigin="anonymous"
></script>
</head>
<body style="padding: 1em">
<a href="./index.html" class="is-4 has-text-left">
<button class="button is-small is-primary mb-2">Back to Home</button>
</a>
<p class="title is-4 is-epilogue mb-2 has-text-centered">
Map <span class="has-text-primary">Plan A</span>
</p>
<iframe
src="plan-a/index.html"
frameborder="0"
class="fullwidth"
style="
border: 1px solid black;
border-radius: 1em;
width: 100%;
min-height: 85vh;
"
></iframe>
<p class="title is-6 has-text-centered">by Raditya Arhya</p>
</body>
<script src="custom.js"></script>
</html>