about summary refs log tree commit diff
path: root/dest/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'dest/index.html')
-rw-r--r--dest/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/dest/index.html b/dest/index.html
new file mode 100644
index 0000000..839eed9
--- /dev/null
+++ b/dest/index.html
@@ -0,0 +1,29 @@
+<!doctype html>
+<html lang="pl">
+  <head>
+    <title>Sprzęt 19PDH Puszcza</title>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <style>
+body {
+  margin: 0 auto;
+  font-family: sans-serif;
+  max-width: 80ex;
+  box-sizing: border-box;
+  padding: 1ex;
+}
+img {
+  width: 80%;
+  margin-left: 10%;
+}
+</style>
+  </head>
+  <body>
+    <h1>Sprzęt 19PDH Puszcza</h1>
+    <h2>Zastępy</h2>
+    <ul>
+<li><a href=III.pdf>III</a></li>
+<li><a href=Wydry.pdf>Wydry</a></li>
+<li><a href=Komenda.pdf>Komenda</a></li>
+  </body>
+</html>