relative links for resources

pull/2/head
bvn13 2023-04-30 01:05:07 +03:00
parent c6b4bd870a
commit 1d9660b133
1 changed files with 5 additions and 5 deletions

View File

@ -2,15 +2,15 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta name="description" <meta name="description"
content="TL :: ESA" content="TL :: ESA"
/> />
<link rel="apple-touch-icon" href="/logo192.png" /> <link rel="apple-touch-icon" href="logo192.png" />
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="manifest.json" />
<link rel="stylesheet" href="/app/index.css" /> <link rel="stylesheet" href="app/index.css" />
<link <link
rel="stylesheet" rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
@ -20,6 +20,6 @@
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div> <div id="root"></div>
<script src="/app/index.js"></script> <script src="app/index.js"></script>
</body> </body>
</html> </html>