mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
13 lines
433 B
HTML
13 lines
433 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
</head>
|
|
<body>
|
|
<a href="https://www.youtube.com/watch?v=CMNry4PE93Y" rel="nofollow">I like turtles</a>
|
|
<a href="https://www.youtube.com/watch?v=XOi2jFIhZhA" rel="nofollow">Wheatherboi</a>
|
|
|
|
<script type="module" src="./src/lib/preflight/preflight-worker-embed.ts"></script>
|
|
</body>
|
|
</html>
|