site/discord/index.html

17 lines
743 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>TiB. | Discord</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 Discord invite." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
<script>
// @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0
window.location.href = 'https://discord.gg/BhChgu9nzu';
// @license-end
</script>
</head>
</html>