PixiJS attempt

This commit is contained in:
Bo⋆˚✿˖° 2025-09-04 15:11:31 +02:00
parent 3bbeae4499
commit ffabdc1e08
Signed by: FreedTapestry21
GPG key ID: 5E19D8C7E935C480
6 changed files with 55609 additions and 1 deletions

29
index.html Normal file
View file

@ -0,0 +1,29 @@
<!-- hai :3 -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Her Purpose</title>
<link rel="stylesheet" href="/src/style.css">
<link rel="icon" type="image/x-icon" href="/src/logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<body>
<div>
<h1>Her Purpose</h1>
</div>
<div class="window" id="game"></div>
<div>
<p>Copyright (c) 2025 Bo Jordans</p>
</div>
<!-- Imports assets -->
<script src="/src/pixi.js"></script>
<script src="/src/main.js"></script>
</body>
</html>