supposedly this works on github but not sure

This commit is contained in:
kittentm 2026-01-21 23:46:12 -05:00
commit 53a7f7daf4

View file

@ -1,34 +1,12 @@
![SplatNet](/cover.png "Cover.png")
-
### Current Progress:
<div class="progress-wrapper">
<div class="progress-container">
<div class="progress-bar" style="width: 0%;"></div>
</div>
</div>
<style>
.progress-wrapper {
display: flex;
justify-content: center;
}
.progress-container {
width: 400px;
height: 24px;
background: #e5e7eb;
border-radius: 12px;
overflow: hidden;
}
.progress-bar {
height: 100%;
background: linear-gradient(90deg, #00ffcc, #00aa88);
transition: width 0.3s ease;
}
</style>
<p style="text-align: center;">Basically 0% lol</p>
<p align="center">
<progress value="0" max="100" style="width: 400px;"></progress>
<br>
<strong>Basically 0% lol</strong>
</p>
### Pages HTML recreated: