mirror of
https://github.com/thepigeongenerator/www.thepigeongenerator.xyz.git
synced 2025-12-16 14:45:46 +01:00
30 lines
967 B
HTML
30 lines
967 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/x-icon" href="https://placehold.co/64x64">
|
|
<title>PLACEHOLDER</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- social media embed thingies -->
|
|
<!-- TODO: replace PLACEHOLDER -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="PLACEHOLDER" />
|
|
<meta property="og:description" content="PLACEHOLDER" />
|
|
<meta property="og:url" content="https://www.thepigeongenerator.xyz/" />
|
|
<meta property="og:image" content="https://placehold.co/3000x3000" id="embed-image" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:image:width" content="3000" />
|
|
<meta property="og:image:height" content="3000" />
|
|
<meta property="og:image:alt" content="PLACEHOLDER" />
|
|
|
|
<!-- scripts -->
|
|
<script type="text/javascript" src="/script.js" defer></script>
|
|
</head>
|
|
|
|
<body id="root">
|
|
</body>
|
|
|
|
</html>
|