Merge design changes #12

Merged
emma merged 5 commits from site-design into site-content 2022-07-02 13:07:51 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 11ac6b51ab - Show all commits

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>