PixiJS attempt
This commit is contained in:
parent
3bbeae4499
commit
ffabdc1e08
6 changed files with 55609 additions and 1 deletions
29
index.html
Normal file
29
index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue