@@ -25,37 +10,7 @@
{{title}}
{{content}}
-
+ {{footer}}
diff --git a/templates/parts/footer.html b/templates/parts/footer.html
new file mode 100644
index 0000000..e2cb8a4
--- /dev/null
+++ b/templates/parts/footer.html
@@ -0,0 +1,31 @@
+
diff --git a/templates/parts/head.html b/templates/parts/head.html
new file mode 100644
index 0000000..cf573db
--- /dev/null
+++ b/templates/parts/head.html
@@ -0,0 +1,16 @@
+
+
+
+
RIS Parser
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/templates/parts/header.html b/templates/parts/header.html
new file mode 100644
index 0000000..2b6e049
--- /dev/null
+++ b/templates/parts/header.html
@@ -0,0 +1,8 @@
+
diff --git a/templates/static/android-chrome-192x192.png b/templates/static/android-chrome-192x192.png
new file mode 100644
index 0000000..a0bbfaa
Binary files /dev/null and b/templates/static/android-chrome-192x192.png differ
diff --git a/templates/static/android-chrome-512x512.png b/templates/static/android-chrome-512x512.png
new file mode 100644
index 0000000..687fa80
Binary files /dev/null and b/templates/static/android-chrome-512x512.png differ
diff --git a/templates/static/apple-touch-icon.png b/templates/static/apple-touch-icon.png
new file mode 100644
index 0000000..934e78a
Binary files /dev/null and b/templates/static/apple-touch-icon.png differ
diff --git a/templates/static/browserconfig.xml b/templates/static/browserconfig.xml
new file mode 100644
index 0000000..b3930d0
--- /dev/null
+++ b/templates/static/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #da532c
+
+
+
diff --git a/templates/static/favicon-16x16.png b/templates/static/favicon-16x16.png
new file mode 100644
index 0000000..d7ee1ff
Binary files /dev/null and b/templates/static/favicon-16x16.png differ
diff --git a/templates/static/favicon-32x32.png b/templates/static/favicon-32x32.png
new file mode 100644
index 0000000..8853f59
Binary files /dev/null and b/templates/static/favicon-32x32.png differ
diff --git a/templates/static/favicon.ico b/templates/static/favicon.ico
new file mode 100644
index 0000000..8977219
Binary files /dev/null and b/templates/static/favicon.ico differ
diff --git a/templates/static/mstile-144x144.png b/templates/static/mstile-144x144.png
new file mode 100644
index 0000000..b53ecde
Binary files /dev/null and b/templates/static/mstile-144x144.png differ
diff --git a/templates/static/mstile-150x150.png b/templates/static/mstile-150x150.png
new file mode 100644
index 0000000..724d79c
Binary files /dev/null and b/templates/static/mstile-150x150.png differ
diff --git a/templates/static/mstile-310x150.png b/templates/static/mstile-310x150.png
new file mode 100644
index 0000000..3828a22
Binary files /dev/null and b/templates/static/mstile-310x150.png differ
diff --git a/templates/static/mstile-310x310.png b/templates/static/mstile-310x310.png
new file mode 100644
index 0000000..1d6d537
Binary files /dev/null and b/templates/static/mstile-310x310.png differ
diff --git a/templates/static/mstile-70x70.png b/templates/static/mstile-70x70.png
new file mode 100644
index 0000000..90a7903
Binary files /dev/null and b/templates/static/mstile-70x70.png differ
diff --git a/templates/static/safari-pinned-tab.svg b/templates/static/safari-pinned-tab.svg
new file mode 100644
index 0000000..a56cd53
--- /dev/null
+++ b/templates/static/safari-pinned-tab.svg
@@ -0,0 +1,30 @@
+
+
+
diff --git a/templates/static/site.webmanifest b/templates/static/site.webmanifest
new file mode 100644
index 0000000..b20abb7
--- /dev/null
+++ b/templates/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}