prime-dns-util/isprime.html

36 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2025-01-12 11:49:30 +01:00
<!DOCTYPE html>
<html>
<head>
2025-01-16 18:03:06 +01:00
<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/yes.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: Yes">
<meta name="theme-color" content="#88ff4d" data-react-helmet="true" />
2025-01-16 18:08:27 +01:00
<link rel="icon" href="https://prime.cringe-studios.com/yes.png">
2025-01-12 11:49:30 +01:00
<title>Is this prime?</title>
<link rel="stylesheet" href="common.css">
<style>
* {
background-color: hsl(100, 100%, 65%);
}
</style>
<script src="common.js"></script>
</head>
<body id="wrapper">
<div id="content">
<h1 id="questionText">Is this prime?</h1>
<h2>Yes</h2>
</div>
</body>
</html>