36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<!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/maybe.png">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://prime.cringe-studios.com/">
|
|
<meta property="og:title" content="Is this prime?">
|
|
<meta property="og:description" content="The DNS based prime number checker said: Maybe">
|
|
<meta name="theme-color" content="#ffe14d" data-react-helmet="true" />
|
|
|
|
<link rel="icon" href="https://prime.cringe-studios.com/maybe.png">
|
|
|
|
<title>Is this prime?</title>
|
|
|
|
<link rel="stylesheet" href="common.css">
|
|
|
|
<style>
|
|
* {
|
|
background-color: hsl(50, 100%, 65%);
|
|
}
|
|
</style>
|
|
|
|
<script src="common.js"></script>
|
|
</head>
|
|
|
|
<body id="wrapper">
|
|
<div id="content">
|
|
<h1 id="questionText">Is this prime?</h1>
|
|
<h2>Maybe</h2>
|
|
</div>
|
|
</body>
|
|
</html> |