old
This commit is contained in:
67
index.html
Normal file
67
index.html
Normal file
@@ -0,0 +1,67 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>WAAAAAA</title>
|
||||
<link rel="stylesheet" href="index.css" type="text/css"/>
|
||||
<script src="jquery.min.js"></script>
|
||||
<script src="index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="imageholder" class="itemstor">
|
||||
</div>
|
||||
<div id="letterholder" class="itemstor">
|
||||
</div>
|
||||
<div id="activeholder">
|
||||
<div id="activepart">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<div id="verify">
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div id="trashcan" ondrop="droptrash(event)" ondragover="allowDrop(event)">
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div id="audiopart" class="place">
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div id="imageplace" ondrop="drop(event)" ondragover="allowDrop(event)" class="place">
|
||||
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div id="imagestatus" class="status">
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div id="letterplace" ondrop="drop(event)" ondragover="allowDrop(event)" class="place">
|
||||
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div id="letterstatus" class="status">
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user