fixed index.html

This commit is contained in:
Emma Tebibyte 2022-07-02 06:49:41 -04:00
parent 20c9330b26
commit 11ac6b51ab
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
<html>
<head>
<title>TiB. | Home</title>
<link rel="stylesheet" href="assets/TiB.css">
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media project website." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<header><img id="logo" src="assets/img/TiB-network.svg" /></header>
<header><img id="logo" src="/assets/img/TiB-network.svg" /></header>
<body id="home">
<nav><h4 style="text-align: right"><li class="home"><a href="/">Home</a></li> | <li class="blog"><a href="/blog">Weblog</a></li> | <li class="about"><a href="/about">About</a></li></h4></nav>