chore: rebranded to trackpull

This commit is contained in:
2026-03-08 22:59:00 +01:00
parent 4609112d07
commit a626de393e
9 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Votify Web - Offline</title>
<title>Trackpull - Offline</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
@@ -21,7 +21,7 @@
</head>
<body>
<div>
<h1><span>Votify</span> Web</h1>
<h1><span>Track</span>pull</h1>
<p>You are currently offline.<br>Please check your connection and try again.</p>
<button onclick="window.location.reload()">Retry</button>
</div>