heisbuba commited on
Commit
fa3d865
·
verified ·
1 Parent(s): 6d41ab8

Update src/templates/base.html

Browse files
Files changed (1) hide show
  1. src/templates/base.html +2 -6
src/templates/base.html CHANGED
@@ -3,8 +3,6 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
6
- <title>Crypto Volume Analysis Toolki (CryptoVAT)</title>
7
-
8
  <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@400;500;600;800&display=swap" rel="stylesheet">
9
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
10
  <style>
@@ -394,14 +392,12 @@ input:focus { outline: none; border-color: var(--accent-green); }
394
  <footer class="footer">
395
  <div class="credit">
396
  &copy; <span id="year"></span>
397
- <a href="{{ url_for('main.index') }}" title="Crypto Volume Analysis Toolkit">CryptoVAT</a>
398
- <span style="opacity:0.5;">v4.1</span>.
399
- Created by <a href="https://x.com/heisbuba" title="X @heisbuba" target="_blank">Buba</a> with Data curiosity.
400
  </div>
401
  </footer>
402
 
403
  <script>
404
- // Update year automicalu
405
  document.getElementById('year').textContent = new Date().getFullYear();
406
  // Password toggle function
407
  function togglePassword(inputId, btn) {
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
 
 
6
  <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@400;500;600;800&display=swap" rel="stylesheet">
7
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
8
  <style>
 
392
  <footer class="footer">
393
  <div class="credit">
394
  &copy; <span id="year"></span>
395
+ <a href="{{ url_for('main.index') }}" title="Crypto Volume Analysis Toolkit">CryptoVAT</a>. Created by <a href="https://x.com/heisbuba" title="X @heisbuba" target="_blank">Buba</a> with Data curiosity. MIT Licenced.
 
 
396
  </div>
397
  </footer>
398
 
399
  <script>
400
+ // Update year automically
401
  document.getElementById('year').textContent = new Date().getFullYear();
402
  // Password toggle function
403
  function togglePassword(inputId, btn) {