Spaces:
Running
Running
change site title to "VOTKOMPOT"
Browse files- components/navbar.js +1 -1
- index.html +1 -1
- single-track-mastering.html +1 -1
components/navbar.js
CHANGED
|
@@ -67,7 +67,7 @@ class CustomNavbar extends HTMLElement {
|
|
| 67 |
<div class="nav-container">
|
| 68 |
<a href="/" class="logo">
|
| 69 |
<i data-feather="headphones"></i>
|
| 70 |
-
<span>
|
| 71 |
</a>
|
| 72 |
|
| 73 |
<div class="nav-links">
|
|
|
|
| 67 |
<div class="nav-container">
|
| 68 |
<a href="/" class="logo">
|
| 69 |
<i data-feather="headphones"></i>
|
| 70 |
+
<span>VOTKOMPOT</span>
|
| 71 |
</a>
|
| 72 |
|
| 73 |
<div class="nav-links">
|
index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<head>
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
-
<title>
|
| 8 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap">
|
| 9 |
<link rel="stylesheet" href="style.css">
|
| 10 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
|
|
|
| 4 |
<head>
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
+
<title>VOTKOMPOT</title>
|
| 8 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap">
|
| 9 |
<link rel="stylesheet" href="style.css">
|
| 10 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
single-track-mastering.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Single Track Mastering |
|
| 7 |
<link rel="stylesheet" href="style.css">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Single Track Mastering | VOTKOMPOT</title>
|
| 7 |
<link rel="stylesheet" href="style.css">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|