Compare commits

..

No commits in common. "45f01a579f5c817ae468b16dadd1981858e9d9eb" and "7441958f75b42421ebaed1740968d9b60ee3b5ed" have entirely different histories.

3 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,14 @@
<!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 index/style.css"> <link rel="stylesheet" href="assets/style.css">
</head> </head>
<body> <body>
@ -66,7 +69,7 @@
</div> </div>
</div> </div>
<script src="assets index/script.js"></script> <script src="assets/script.js"></script>
</body> </body>
</html> </html>