-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (28 loc) · 711 Bytes
/
index.html
File metadata and controls
44 lines (28 loc) · 711 Bytes
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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="menu">
<div class "menuitem">
<i class="fas fa-sync-alt" onclick="reload_iframes();"></i>
</div>
</div>
<div class="row">
<div id="newcard" style="display: none;">
<div class="column">
<div class="card"><p></p>
<div class="FRAME">
<iframe id="iframe" scrolling="yes">
</iframe>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="script.js" type="text/javascript"></script>
<script src="https://kit.fontawesome.com/e862ece436.js" crossorigin="anonymous"></script>
</html>