removed old redirect

This commit is contained in:
Emma Tebibyte 2022-09-16 02:05:42 -04:00
parent 24c77a6c37
commit 3983359c8f
2 changed files with 30 additions and 57 deletions

View File

@ -1,16 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>TiB. | Firefox Security</title>
<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 Recommended Firefox Extensions and Modifications." 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.png" width=25% style="vertical-align:top" /></header>
<body id="discord">
<script> /* @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0 */window.location.href = 'https://gist.github.com/emmatebibyte/f92e5c351bba551f251017c19a6ef64c'; /* @license-end */ </script>
</body>
</html>

View File

@ -5,6 +5,11 @@
url('https://tebibyte.media/assets/fonts/ubuntu.woff');
}
@font-face {
font-family: 'Ubuntu Mono Ligaturized';
src: url('https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf');
}
::selection {
color: white;
background: red;
@ -15,12 +20,6 @@
background: red;
}
header {
text-align: center;
padding: 0%;
margin: auto;
}
body {
background-color: black;
font-family: 'Ubuntu';
@ -30,29 +29,41 @@ body {
padding: 0% 5%;
}
header {
text-align: center;
padding: 0%;
margin: auto;
}
p {
text-align: justify;
}
a {
color: white;
}
a:hover {
color: red;
text-decoration: underline;
}
a:active {
color: red;
text-decoration: underline;
}
ul {
list-style-type: disc;
}
footer {
position:fixed;
bottom: 0;
width: 100%;
}
li.home {
display: inline;
}
li.blog {
display: inline;
}
li.network {
display: inline;
}
li.about {
li.home, li.network, li.blog, li.about {
display: inline;
}
@ -80,28 +91,6 @@ li.about {
text-decoration: none;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: red;
text-decoration: underline;
}
a:active {
color: red;
text-decoration: underline;
}
ul {
list-style-type: disc;
}
/*
* TiB.css is free software: you can redistribute and/or modify it under the
* terms of the GNU Affero General Public License as published by the Free