forked from dir2019/dir2019.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoon.html
More file actions
25 lines (19 loc) · 717 Bytes
/
soon.html
File metadata and controls
25 lines (19 loc) · 717 Bytes
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
<head>
<link href="./dir.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link rel='shortcut icon' type='image/x-icon' href='favicon.png' />
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<title>DIR 2019 ⚡ Lightning Talk Edition ⚡ November 29, 2019 ⚡ Amsterdam</title>
</head>
<body>
<script>$(function(){$("#nav-placeholder").load("nav.html");$("#logo-placeholder").load("logo.html");});</script>
<div id="content">
<div id="nav-placeholder"></div>
<div class="main">
<div id="logo-placeholder"></div>
<div id="block" class="text">
Check back soon...
</div>
</div>
</div>
</body>