chore: rebranded to trackpull
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Votify Web - Login</title>
|
||||
<title>Trackpull - Login</title>
|
||||
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
|
||||
<link rel="manifest" href="/static/manifest.json">
|
||||
<meta name="theme-color" content="#1db954">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="Votify Web">
|
||||
<meta name="apple-mobile-web-app-title" content="Trackpull">
|
||||
<link rel="apple-touch-icon" href="/static/icons/icon-192x192.png">
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
@@ -40,7 +40,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<form class="login-card" method="POST" action="/login">
|
||||
<h1><span>Votify</span> Web</h1>
|
||||
<h1><span>Track</span>pull</h1>
|
||||
<p>Enter password to continue</p>
|
||||
{% if error %}<div class="error">{{ error }}</div>{% endif %}
|
||||
<input type="password" name="password" placeholder="Password" autofocus required>
|
||||
|
||||
Reference in New Issue
Block a user