update name

This commit is contained in:
2025-11-26 21:15:20 -05:00
parent e2da749e0e
commit 8f1d24fd24

View File

@@ -3,13 +3,13 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}YottoB - YouTube Downloader{% endblock %}</title> <title>{% block title %}Yottob - YouTube Downloader{% endblock %}</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head> </head>
<body> <body>
<nav class="navbar"> <nav class="navbar">
<div class="nav-container"> <div class="nav-container">
<h1 class="logo"><a href="/">YottoB</a></h1> <h1 class="logo"><a href="/">Yottob</a></h1>
<ul class="nav-menu"> <ul class="nav-menu">
{% if current_user.is_authenticated %} {% if current_user.is_authenticated %}
<li><a href="/" class="{% if request.path == '/' %}active{% endif %}">Videos</a></li> <li><a href="/" class="{% if request.path == '/' %}active{% endif %}">Videos</a></li>
@@ -42,7 +42,7 @@
</main> </main>
<footer class="footer"> <footer class="footer">
<p>&copy; 2025 YottoB - YouTube Video Downloader</p> <p>&copy; 2025 Yottob - YouTube Video Downloader</p>
</footer> </footer>
{% block scripts %}{% endblock %} {% block scripts %}{% endblock %}