diff options
Diffstat (limited to 'app.html')
-rw-r--r-- | app.html | 10 |
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> |