Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
rewrite using dolphin-llama3 8b
  • Loading branch information
osinto authored Apr 22, 2024
1 parent fb22ca5 commit b933f0f
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenAI vs Zuckerberg Pac-Man Game</title>
<style>
/* Add some basic styling to make it look like a game */
body {
background-color: #f0f0f0;
font-family: Arial, sans-serif;
}

#game-container {
width: 400px;
height: 400px;
border: 1px solid black;
margin: 40px auto;
display: flex;
justify-content: center;
align-items: center;
}
</style>
<meta charset="UTF-8">
<title>Pacman Game</title>
</head>
<body>
<div id="game-container"></div>
<script src="game.js"></script>
<canvas id="game-canvas" width="400" height="400"></canvas>
<script src="pacman.js"></script>
</body>
</html>

0 comments on commit b933f0f

Please sign in to comment.