Skip to content

Commit

Permalink
Merge pull request ChromeGaming#15 from anshgautam-github/main
Browse files Browse the repository at this point in the history
Fixed the Title icon issue
  • Loading branch information
Durgesh4993 authored May 14, 2024
2 parents a5fac46 + f77f609 commit e84fcd7
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
<meta http-equiv="Content-Type"content="text/html;charset=utf-8"><title>PACKABUNCHAS</title><link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚀</text></svg>"><div class="c"><canvas id=v width=1080 height=1920 ></canvas><div><style>.c{position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; background-color: #FFEA7E; touch-action:none;}.c canvas{object-fit: contain; max-height: 100%; max-width: 100%; touch-action:none;}</style><script src="game.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>PACKABUNCHAS</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🚀</text></svg>">
<style>
.c {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: #FFEA7E;
touch-action: none;
}

.c canvas {
object-fit: contain;
max-height: 100%;
max-width: 100%;
touch-action: none;
}
</style>
</head>
<body>
<div class="c">
<canvas id="v" width="1080" height="1920"></canvas>
</div>
<script src="game.js"></script>
</body>
</html>

0 comments on commit e84fcd7

Please sign in to comment.