-
Notifications
You must be signed in to change notification settings - Fork 0
/
spende-argh.html
executable file
·37 lines (32 loc) · 1.07 KB
/
spende-argh.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
<!DOCTYPE html>
<head>
<title>BaselHack</title>
<meta charset="utf-8">
<link rel="stylesheet" media='screen and (min-width: 1101px) and (max-width: 4000px)' href="style.css">
<link rel="stylesheet" media="screen and (min-width: 0px) and (max-width: 1100px)" href="stylephone.css">
<meta name="viewport" content="width=device-width, initial-scale=0.7, user-scalable=no">
</head>
<body>
<!-- test -->
<nav>
<ul class="navdesktop">
<a href="index.html"><div>BASELHACK</div></a>
</ul>
<div class="navmoblie mobile">≡</div>
</nav>
<div id="top">
<div id="top1">
<img class="logo" src="logo2.gif"/>
<div class="titel"><br>
<h1>Maybe next time ... ;-)</h1>
</div>
<br><br>
</div>
</div>
<footer>
BaselHack, c/o BaselArea Swiss, Dufourstr. 11, 4010 Basel, <a href="mailto:[email protected]">[email protected]</a>, CH77 0076 9430 6005 0200 1
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>