about summary refs log tree commit diff
path: root/app.html
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-14 21:37:05 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-14 21:37:05 +0200
commitccb84eca016c8b81c074f17f188f4df47fa770ce (patch)
tree20392eb9c2c609b5c61c33995f25cbce3d1392c0 /app.html
parente07995fd9161db5845af4b546b5e205dc2bd19bb (diff)
downloadpuszcza-ccb84eca016c8b81c074f17f188f4df47fa770ce.tar.gz
puszcza-ccb84eca016c8b81c074f17f188f4df47fa770ce.zip
Add exactly the same meta tag
Diffstat (limited to 'app.html')
-rw-r--r--app.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/app.html b/app.html
new file mode 100644
index 0000000..90f5368
--- /dev/null
+++ b/app.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html {{ HTML_ATTRS }}>
+  <head {{ HEAD_ATTRS }}>
+    {{ HEAD }}
+    <meta property="fb:pages" content="496021544115239" />
+  </head>
+  <body {{ BODY_ATTRS }}>
+    {{ APP }}
+  </body>
+</html>