nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit acacd66e3b6f07775c7c57f66f661b9fe6bca368
parent 0a46b29bee4d064332c19d7c2405eedf4ffc83f9
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sat, 19 Nov 2016 13:25:08 +0300

added index.html and favicon

Diffstat:
Apublic/favicon.ico | 0
Apublic/index.html | 21+++++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/public/favicon.ico b/public/favicon.ico Binary files differ. diff --git a/public/index.html b/public/index.html @@ -0,0 +1,21 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> + <!-- + Notice the use of %PUBLIC_URL% in the tag above. + It will be replaced with the URL of the `public` folder during the build. + Only files inside the `public` folder can be referenced from the HTML. + + Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will + work correctly both with client-side routing and a non-root public URL. + Learn how to configure a non-root public URL by running `npm run build`. + --> + <title>nakarte.tk</title> + </head> + <body> + <div id="map"></div> + </body> +</html>