diff options
author | Your Name <you@example.com> | 2019-05-12 10:16:13 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2019-05-12 10:16:13 +0200 |
commit | dde7d1cec27323029594181e4168d141d9f5bba4 (patch) | |
tree | 79aa1ed49724d6dadbd11813b0a4777abcfc9c21 /index_old.html | |
parent | cd563366360e6f61220407b65451bf8d32b65210 (diff) | |
download | hacklab.brussels-dde7d1cec27323029594181e4168d141d9f5bba4.tar.gz |
putting new page as index
Diffstat (limited to 'index_old.html')
-rw-r--r-- | index_old.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/index_old.html b/index_old.html new file mode 100644 index 0000000..94683aa --- /dev/null +++ b/index_old.html @@ -0,0 +1,48 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title> P.S.: HCKLABXL </title> + <link rel="stylesheet" href="assets/css/screen.css"> + </head> + <body> + <header> + <h1>hcklabxl</h1> + </header> + <main> + <section id="act"> + <h2>up:</h2> + <dl> + <dt>2018-09</dt> + <dd> + <ul> + <li>sunday-afternoon 16: <a href="https://ps.zoethical.com/t/neutrinet-install-party-september-septembre-2018/1716">Neutrinet Install Party</a></li> + </ul> + </dd> + </dl> + </section> + <div id="discourse-comments"></div> + </main> + <aside> + <address> + Avenue Princesse Elisabeth 46 + 1030 Schaerbeek + </address> + <address> + Princes Elisabethlaan 46 + 1030 Schaarbeek + </address> + <p><a href="https://ps.zoethical.com/c/ps/hcklabxl">forum</a></p> + </aside> + <script type="text/javascript"> + DiscourseEmbed = { discourseUrl: 'https://ps.zoethical.com/', + discourseEmbedUrl: 'https://hacklab.brussels/' }; + + (function() { + var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true; + d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js'; + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d); + })(); + </script> + </body> +</html> |