<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">

        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="description" content="Is this prime?">
        <meta property="og:image" content="https://prime.cringe-studios.com/no.png">
        <meta property="og:type" content="website">
        <meta property="og:url" content="https://not.prime.cringe-studios.com/">
        <meta property="og:title" content="Is this prime?">
        <meta property="og:description" content="The DNS based prime number checker said: No">
        <meta name="theme-color" content="#ff4d4d" data-react-helmet="true" />

        <link rel="icon" href="https://prime.cringe-studios.com/no.png">

        <title>Is this prime?</title>

        <link rel="stylesheet" href="common.css">

        <style>
            * {
                background-color: hsl(0, 100%, 65%);
            }
        </style>

        <script src="common.js"></script>
    </head>
    
    <body id="wrapper">
        <div id="content">
            <h1 id="questionText">Is this prime?</h1>
            <h2>No</h2>
        </div>
    </body>
</html>