Skip to content

Commit

Permalink
the hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglan committed Jun 11, 2024
1 parent 79fe6bd commit 13b6fcf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Star Battles</title>
<style>
body, html, iframe {
padding: 0;
margin: 0;
width: 100%;
height: 100%;

}
</style>
</head>
<body>
<iframe src="main.html" frameborder="0"></iframe>
</body>
</html>

0 comments on commit 13b6fcf

Please sign in to comment.