prime-dns-util/maybeprime.html
2025-01-16 18:02:45 +01:00

34 lines
1.1 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" />
<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>