diff options
| author | Pitu <[email protected]> | 2018-09-16 01:09:02 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2018-09-16 01:09:02 -0300 |
| commit | fe10a00ba9a3c30d8718ca004ccd19518466f5bd (patch) | |
| tree | 369752f59a88dd03df1e9752be0ba166bf93c933 /src/site/index.html | |
| parent | First version of start script (diff) | |
| download | host.fuwn.me-fe10a00ba9a3c30d8718ca004ccd19518466f5bd.tar.xz host.fuwn.me-fe10a00ba9a3c30d8718ca004ccd19518466f5bd.zip | |
Site
Diffstat (limited to 'src/site/index.html')
| -rw-r--r-- | src/site/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/site/index.html b/src/site/index.html new file mode 100644 index 0000000..a912ed9 --- /dev/null +++ b/src/site/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui" /> + <!--ream-head-placeholder--> + <!--ream-styles-placeholder--> + </head> + <body> + <!--ream-app-placeholder--> + <!--ream-scripts-placeholder--> + </body> +</html> |