diff options
| author | Yuval Adam <_@yuv.al> | 2024-07-19 12:19:04 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-07-19 12:19:04 +0200 |
| commit | ecaca4fe4d669e64121d7107f810543bf85bf26a (patch) | |
| tree | 06389c3e95f0c0776a56a6444c1fe8534f561707 /index.html | |
| parent | 92484c965cab2415e5057a07cdacfeabc7c23c83 (diff) | |
Add footer
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -14,9 +14,13 @@ <header> <h1 class="emotion">:(</h1> </header> - <a class="description">Your PC ran into a problem and needs to restart. We're just collecting some error info, and - then we'll restart for you.<p><span id="progress">0</span>% complete - </p></a> + <p class="description">Your PC ran into a problem and needs to restart. We're just collecting some error info, and + then we'll restart for you.</p> + <p class="description"><span id="progress">0</span>% complete</p> + <footer> + Source code on <a href="https://github.com/yuvadm/crashstrike.com">Github</a>, created by <a + href="https://yuv.al">Yuval Adam</a>. + </footer> </main> </body> |
