update name
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>{% 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') }}">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar">
|
||||
<div class="nav-container">
|
||||
<h1 class="logo"><a href="/">YottoB</a></h1>
|
||||
<h1 class="logo"><a href="/">Yottob</a></h1>
|
||||
<ul class="nav-menu">
|
||||
{% if current_user.is_authenticated %}
|
||||
<li><a href="/" class="{% if request.path == '/' %}active{% endif %}">Videos</a></li>
|
||||
@@ -42,7 +42,7 @@
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<p>© 2025 YottoB - YouTube Video Downloader</p>
|
||||
<p>© 2025 Yottob - YouTube Video Downloader</p>
|
||||
</footer>
|
||||
|
||||
{% block scripts %}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user