We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5619c60 commit e6863cdCopy full SHA for e6863cd
‎index.html‎
@@ -9,13 +9,16 @@
9
content="The elite B2B authority platform for business automation, high-ticket affiliate strategies, and enterprise scaling in 2026.">
10
<link rel="stylesheet" href="style.css">
11
<link rel="icon" type="image/png" href="favicon.png">
12
+ <link rel="shortcut icon" href="favicon.png">
13
</head>
14
15
<body>
16
<header>
17
<nav class="container">
18
<div class="logo">
- <!-- Logo only on tab bar -->
19
+ <a href="index.html" style="text-decoration: none; color: inherit;">
20
+ TechStack<span>Global</span>
21
+ </a>
22
</div>
23
<ul class="nav-links">
24
<li><a href="index.html">Home</a></li>
0 commit comments