-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (33 loc) · 1.54 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
<html>
<head>
<title>Javascript things test</title>
<script src="./boxed_things.js"></script>
<link rel="stylesheet" href="./basic.css">
</head>
<body>
<div class="main">
<h1>Javascript Snatch to things</h1>
<div id="staging" class="staging_area">
<div id="resting_place" class="resting">
<div class="dummyBlock">
<div class="target_grid" id="design_grid">
<div id="target_area_default" class="target_field" style="grid-area: 2 / 2 / 3 / 3;"></div>
</div>
</div>
</div>
<div id="notice_area">notice_area</div>
<div id="info_area">info_area</div>
<div id="grid_place" class="grid">
<div class="outer_box"><b>Onkel Dagoberts Geldspeicher</b></div>
<div class="outer_box">Zum Geldspeicher 3</div>
<div class="outer_box">9212 Entenhausen</div>
<div class="outer_box">120 8342 9142</div>
<div class="outer_box">[email protected]</div>
<div class="outer_box placeholder">Platzhalter</div>
</div>
</div>
</div>
<h2 id="position_thingy"><em>This is empty</em></h2>
<!--<div style="background: red; position: absolute; left: 0; top:0; width:3px;height:3px;" id="roterPunkt"></div>-->
</body>
</html>