diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-08-29 15:36:44 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-08-29 15:36:44 +0200 |
commit | 6e60a0fbacc58b07bc6a0487458ae2af6914fe95 (patch) | |
tree | 5809da9e27f514684e832ecf3c99315b55f1d978 /public/index.html | |
parent | 69512e87650730fe7668da80093aafb9eaf87468 (diff) | |
download | puszcza-6e60a0fbacc58b07bc6a0487458ae2af6914fe95.tar.gz puszcza-6e60a0fbacc58b07bc6a0487458ae2af6914fe95.zip |
Add FindUs button
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 32ae880..c52bd49 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,11 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <link rel="icon" href="<%= BASE_URL %>favicon.ico" /> + <script + async + defer + src="https://connect.facebook.net/en_US/sdk.js" + ></script> <title>19 PDH Puszcza</title> </head> <body> |