diff options
author | syn <isaqtm@gmail.com> | 2021-03-08 21:23:24 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2021-03-08 21:23:24 +0300 |
commit | 2f38658f5d86a199a1066341883aa69bd6e49828 (patch) | |
tree | 6493c73076c2fdef371d40d285197499505db604 /front/index.html | |
parent | 82b3f4c5e419bd6fdaa0dae14c92586b51aee8d7 (diff) | |
download | upnet-2f38658f5d86a199a1066341883aa69bd6e49828.tar.gz |
Improve build process
Diffstat (limited to 'front/index.html')
-rw-r--r-- | front/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/front/index.html b/front/index.html index 52f1d2e..46c4627 100644 --- a/front/index.html +++ b/front/index.html @@ -5,12 +5,12 @@ <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"> + <link rel="stylesheet" href="/style.css"> + <link rel="stylesheet" href="/twemoji-awesome.css"> </head> <body> <div id="root"> </div> - <script defer src="/js/out.js"></script> + <script defer src="/index.js"></script> </body> </html>
\ No newline at end of file |