Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions TODO.md

This file was deleted.

12 changes: 2 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,12 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bleedy</title>
<link rel="stylesheet" href="https://pyscript.net/releases/2025.5.1/core.css">
<script type="module" src="https://pyscript.net/releases/2025.5.1/core.js"></script>
<link rel="stylesheet" href="https://pyscript.net/releases/2024.11.1/core.css">
<script type="module" src="https://pyscript.net/releases/2024.11.1/core.js"></script>
<link rel="stylesheet" href="./src/assets/handdrawn.css">

</head>
<body>
<py-splashscreen>
<div class="py-splashscreen-content">
<img src="/favicon.ico" alt="Bleedy Logo" class="py-splashscreen-logo">
<h2 class="py-splashscreen-title">Bleedy.py is loading...</h2>
<p class="py-splashscreen-subtitle">Please wait while the bits and bytes get sketchy!</p>
<!-- Optional: add a simple CSS spinner or animated SVG here if desired -->
</div>
</py-splashscreen>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="py" src="/pyscript/main.py" config="/pyscript/config.toml"></script>
Expand Down
180 changes: 90 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading