diff options
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 |