Skip to content

Commit

Permalink
fix: missing <html> start tag
Browse files Browse the repository at this point in the history
  • Loading branch information
keerifox committed Aug 18, 2024
1 parent db8c33c commit ed6192b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -142,4 +143,4 @@ <h1>Welcome to Just Cause Multiplayer!</h1>

</div>
</body>
</html>
</html>

0 comments on commit ed6192b

Please sign in to comment.