Frontend improvements

This commit is contained in:
IgorVolochay
2026-01-06 19:04:10 +03:00
parent fd347cf12a
commit b368836c04
+2 -2
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Аналог DropMeFiles</title> <title>Аналог DropMeFiles</title>
<link rel="stylesheet" href="./style.css"> <link rel="stylesheet" href="/style.css">
</head> </head>
<body> <body>
<div id="uploadPage"> <div id="uploadPage">
@@ -49,6 +49,6 @@
</div> </div>
</div> </div>
<script src="./script.js"></script> <script src="/script.js"></script>
</body> </body>
</html> </html>