-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnot-this-time.html
35 lines (28 loc) · 926 Bytes
/
not-this-time.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
<!doctype html>
<html>
<head>
<title>HACKWAW: Najlepszy warszawski hackathon.</title>
<link rel="stylesheet" type="text/css" href="static/css/style.css">
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="keywords" CONTENT="hackathon, warsaw, warszawa, programming" />
<meta name="description" content="">
<meta property="og:url" content="http://hackwaw.com/"/>
<meta property="og:title" content="HACKWAW"/>
<meta property="og:description" content=""/>
<meta property="og:image" content=""/>
</head>
<body>
<div class="logo-container">
<img src="static/img/logo.png" />
</div>
<div id="content" style="padding-bottom: 60px;">
<h1>Dzięki!</h1>
<div>
Dziękujemy za informacje, zwolnimy Twoje miejsce dla kogoś innego.
</div>
<div>
Do zobaczenia następnym razem i miłego weekendu!
</div>
</div>
</body>
</html>