Skip to content

Commit

Permalink
Update webpack config to properly generate index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
seifer8ff committed Feb 13, 2024
1 parent 7a70afa commit 91584cd
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 294 deletions.
20 changes: 4 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>Simulated World Test</title>
<title>Simulated World</title>
<meta name="description" content="Test project using rotjs and pixijs to build a simulated world to settle.">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Your game description goes here.">
<!-- <link rel="icon" href="icon.png"> -->
<link href="/src/style.css" rel="stylesheet" id="style">
<!-- <style>
body {
background-color: black;
}
canvas {
padding-left: 0px;
padding-right: 0px;
margin-left: auto;
margin-right: auto;
display: block;
border: 1px solid lightslategray;
}
</style> -->
<script defer src="dist/app.js"></script></head>

</head>
<body>
<script src="dist/app.js"></script>
<div id="gameContainer">
<div id="canvasContainer"></div>
<div id="textContainer"></div>
Expand Down
Loading

0 comments on commit 91584cd

Please sign in to comment.