15 lines
464 B
HTML
15 lines
464 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<title>Deviant — Brand assets</title>
|
||
|
|
<meta http-equiv="refresh" content="0; url=./brand/">
|
||
|
|
<link rel="canonical" href="./brand/">
|
||
|
|
<style>body{background:#050810;color:#d6dde9;font-family:system-ui,sans-serif;padding:40px}a{color:#d6ff3d}</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>Redirecting to the <a href="./brand/">Deviant brand gallery</a>…</p>
|
||
|
|
<script>location.replace('./brand/');</script>
|
||
|
|
</body>
|
||
|
|
</html>
|