Compare commits

...

2 Commits

3 changed files with 2 additions and 5 deletions

View File

@ -1,14 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="id"> <html lang="id">
<head> <head>
<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">
<base href="/Kelompok02-Memory-Card/">
<title>Login & Register - Memory Game</title> <title>Login & Register - Memory Game</title>
<link rel="stylesheet" href="assets/style.css"> <link rel="stylesheet" href="assets index/style.css">
</head> </head>
<body> <body>
@ -69,7 +66,7 @@
</div> </div>
</div> </div>
<script src="assets/script.js"></script> <script src="assets index/script.js"></script>
</body> </body>
</html> </html>