-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (30 loc) · 1.19 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<!--fuck optimization it's too fucking hard, now you get your multiples of the same thing sometimes with hadouken because I really can't be arsed it's fucking 1:30 I need sleep.-->
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<title>LOL</title>
<script type="text/javascript" src="jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="generator.js"></script>
<script type="text/javascript" src="imagerezise.js"></script>
</head>
<body>
<div class = "container">
<table>
<tbody>
<tr>
<td> <div id = "panel1" style="margin-right:5px;margin-bottom: 5px;"></div></td>
<td> <div id = "panel2"style="margin-left:5px;margin-bottom: 5px;"></div></td>
</tr>
<tr>
<td> <div id = "panel3"style="margin-right:5px;margin-top: 5px;"></div></td>
<td><div id = "panel4"style="margin-left:5px; margin-top: 5px;"></div></td>
</tr>
</tbody>
</table>
<!-- DivTable.com -->
</div>
<span class ="tinytext">press f12 I dare you</span>
</body>
</html>