site/firefox/index.html

23 lines
795 B
HTML
Raw Normal View History

2022-09-16 04:17:33 +00:00
<!DOCTYPE html>
2023-01-23 07:11:17 +00:00
<!-- Copyright (c) 2023 Emma Tebibyte
SPDX-License-Identifier: CC0 -->
<html lang="en-US">
2022-11-22 06:17:23 +00:00
<head>
2023-01-23 07:11:17 +00:00
<title>Emma Tebibyte @ Tebibyte Media</title>
<link rel="stylesheet" href="assets/style.css">
2022-11-22 06:17:23 +00:00
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" />
2023-01-23 07:11:17 +00:00
<meta content="Emma Tebibytes personal web page." name="description" />
2022-11-22 06:17:23 +00:00
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
2023-01-23 07:11:17 +00:00
<script>
// @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0
window.location.href = '../web';
// @license-end
</script>
2022-11-22 06:17:23 +00:00
</head>
</html>