Edited: App is rebranded to Fuel Stats
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
<link rel="stylesheet" href="/css/form.css">
|
||||
<section class="form signin">
|
||||
<div class="header-form">
|
||||
<img src="/img/logo.jpg" alt="Habit Tracker Logo">
|
||||
<h1>Sign in to Habit Tracker</h1>
|
||||
<img src="/img/logo.jpg" alt="Fuel Stats Logo">
|
||||
<h1>Sign in to Fuel Stats</h1>
|
||||
</div>
|
||||
|
||||
<?php if ($this->get('error')): ?>
|
||||
@ -27,7 +27,7 @@
|
||||
</form>
|
||||
|
||||
<div class="bordered">
|
||||
<p>New to Habit Tracker?</p>
|
||||
<p>New to Fuel Stats?</p>
|
||||
<a href="/auth/signup">Create an account</a>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -2,8 +2,8 @@
|
||||
<link rel="stylesheet" href="/css/form.css">
|
||||
<section class="form signup">
|
||||
<div class="header-form">
|
||||
<img src="/img/logo.jpg" alt="Habit Tracker Logo">
|
||||
<h1>Sign up to Habit Tracker</h1>
|
||||
<img src="/img/logo.jpg" alt="Fuel Stats Logo">
|
||||
<h1>Sign up to Fuel Stats</h1>
|
||||
</div>
|
||||
|
||||
<?php if ($this->get('error')): ?>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Habit Tracker | Error 494</title>
|
||||
<title>Fuel Stats | Error 494</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Error 404 - Page not found</h1>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div>
|
||||
<h1>Welcome to Habit Tracker!</h1>
|
||||
<p>Track your habits and achieve your goals.</p>
|
||||
<h1>Welcome to Fuel Stats!</h1>
|
||||
<p>Keep track of your refuels.</p>
|
||||
</div>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<meta name="author" content="Filip Rojek | http://filiprojek.cz">
|
||||
<meta name="email" content="webmaster(@)fofrweb.com">
|
||||
<meta name="copyright" content="(c) filiprojek.cz">
|
||||
<title>Habit Tracker | <?= $data['title'] ?></title>
|
||||
<title>Fuel Stats | <?= $data['title'] ?></title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<link rel="stylesheet" href="/css/vars.css">
|
||||
|
@ -6,7 +6,7 @@
|
||||
<meta name="author" content="Filip Rojek | http://filiprojek.cz">
|
||||
<meta name="email" content="webmaster(@)fofrweb.com">
|
||||
<meta name="copyright" content="(c) filiprojek.cz">
|
||||
<title>Habit Tracker | <?= $data['title'] ?></title>
|
||||
<title>Fuel Stats | <?= $data['title'] ?></title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<link rel="stylesheet" href="/css/vars.css">
|
||||
|
Reference in New Issue
Block a user