diff options
author | syn <isaqtm@gmail.com> | 2021-03-08 20:11:17 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2021-03-08 20:11:17 +0300 |
commit | 82b3f4c5e419bd6fdaa0dae14c92586b51aee8d7 (patch) | |
tree | 1f1a5b02549d65565237bb3362253f7d5486228b /front/index.html | |
download | upnet-82b3f4c5e419bd6fdaa0dae14c92586b51aee8d7.tar.gz |
mvp
Diffstat (limited to 'front/index.html')
-rw-r--r-- | front/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/front/index.html b/front/index.html new file mode 100644 index 0000000..52f1d2e --- /dev/null +++ b/front/index.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title> пиздец </title> + <meta name="theme-color" content="#141D20"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/css/style.css"> + <link rel="stylesheet" href="/css/twemoji-awesome.css"> + </head> + <body> + <div id="root"> + </div> + <script defer src="/js/out.js"></script> + </body> +</html>
\ No newline at end of file |