Update login.html
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<script src="/../Dependences/jquery-3.3.1.min.js"></script>
|
<script src="../Dependences/jquery-3.3.1.min.js"></script>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -51,6 +51,6 @@
|
|||||||
$("h2#playerName").text(name);
|
$("h2#playerName").text(name);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="/login.js" type="text/javascript"></script>
|
<script src="login.js" type="text/javascript"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user