about summary refs log tree commit diff
path: root/dest
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-06-06 15:27:01 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-06-06 15:27:01 +0200
commitc53665cbeff362c8bed7da998007c1b0519f8d2b (patch)
tree426525772c73eeeb7444a3223fcae6eb514ed9af /dest
downloadsprzet-c53665cbeff362c8bed7da998007c1b0519f8d2b.tar.gz
sprzet-c53665cbeff362c8bed7da998007c1b0519f8d2b.zip
Init
Diffstat (limited to 'dest')
-rw-r--r--dest/III.pdfbin0 -> 31489 bytes
-rw-r--r--dest/Komenda.pdfbin0 -> 31293 bytes
-rw-r--r--dest/Wydry.pdfbin0 -> 33334 bytes
-rw-r--r--dest/index.gmi5
-rw-r--r--dest/index.html29
5 files changed, 34 insertions, 0 deletions
diff --git a/dest/III.pdf b/dest/III.pdf
new file mode 100644
index 0000000..85bdd8a
--- /dev/null
+++ b/dest/III.pdf
Binary files differdiff --git a/dest/Komenda.pdf b/dest/Komenda.pdf
new file mode 100644
index 0000000..a876684
--- /dev/null
+++ b/dest/Komenda.pdf
Binary files differdiff --git a/dest/Wydry.pdf b/dest/Wydry.pdf
new file mode 100644
index 0000000..5cc9ffe
--- /dev/null
+++ b/dest/Wydry.pdf
Binary files differdiff --git a/dest/index.gmi b/dest/index.gmi
new file mode 100644
index 0000000..afdef00
--- /dev/null
+++ b/dest/index.gmi
@@ -0,0 +1,5 @@
+# Sprzęt 19PDH Puszcza
+
+=> III.pdf III
+=> Wydry.pdf Wydry
+=> Komenda.pdf Komenda
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>