29 lines
795 B
HTML
29 lines
795 B
HTML
<!-- 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>
|