From 0af39ef44d286b1836941f8d7800e9f959026089 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 8 Jun 2019 21:47:53 +0200 Subject: added hackmap --- hackmap/hackmap.css | 18 +++++++++++ hackmap/index.html | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 hackmap/hackmap.css create mode 100644 hackmap/index.html diff --git a/hackmap/hackmap.css b/hackmap/hackmap.css new file mode 100644 index 0000000..bad62d8 --- /dev/null +++ b/hackmap/hackmap.css @@ -0,0 +1,18 @@ + + +html, body { + margin: 0; +} + + +#demo { + display: block; + width: 100%; + height: 50vh; +} + +iframe { + width:100%; + height:100%; + border: none; +} diff --git a/hackmap/index.html b/hackmap/index.html new file mode 100644 index 0000000..c12e011 --- /dev/null +++ b/hackmap/index.html @@ -0,0 +1,87 @@ + + + + + + + + + + + +
+ +
+
+ +
+ + + + -- cgit v1.2.3