-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 863 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
39
40
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<title>Camo</title>
<link type="text/css" href="style.css" rel="stylesheet">
</head>
<body onLoad="onLoad();">
<img src="bancamomonkey.gif" class="center"></img>
<a target="_blank" href="instructions.html">Instructions</a>
<table>
<tr>
<th>Sender</th>
<th>Reciever</th>
</tr>
<tr>
<td>
<iframe src="camo-v1.html" scrolling="no" frameborder="0"></iframe>
</td>
<td>
<iframe src="camo-v1.html" scrolling="no" frameborder="0"></iframe>
</td>
</tr>
<tr>
<td colspan="2">
<iframe src="camo-v2.html" scrolling="no" frameborder="0"></iframe>
</td>
</tr>
</table>
<img src="cfccamobanano.png" class="center">bancamomonkey</img>
<script>
const onLoad = () => {
}
</script>
</body>
</html>