← back to Logo Variants App

web/index.html

8 lines

<!doctype html>
<html><head>
<meta charset="utf-8"><title>Logo Showdown</title>
<style>html,body{margin:0;background:#0b0b0d;color:#f0ebe3;font:14px/1.5 -apple-system,sans-serif;}body{display:flex;align-items:center;justify-content:center;height:100vh;}p{opacity:.7}</style>
</head><body><p>Loading TSD Logo Showdown…</p>
<script>location.replace('http://127.0.0.1:9716/logo-variants.html');</script>
</body></html>