Move index.html to frontend folder
This commit is contained in:
parent
739d10f15f
commit
2890316405
@ -3,7 +3,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" href="frontend/style.css"/>
|
||||
<link rel="stylesheet" href="style.css"/>
|
||||
<title>Login</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
@ -37,6 +37,6 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script src="frontend/index.js"></script>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user