add embed and fix query not working due to tls certificate only covering first sub level domain

This commit is contained in:
TheArrayser 2025-01-16 17:51:14 +01:00
parent 3e032eaf04
commit 7954af8462
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Is it prime?">
<meta property="og:image" content="https://prime.cringe-studios.com/query.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://prime.cringe-studios.com/">
<meta property="og:title" content="Is it prime?">
<meta property="og:description" content="DNS based prime number checker">
<meta name="theme-color" content="#9b9b9b" data-react-helmet="true" />
<title>Is it prime?</title>
<link rel="stylesheet" href="common.css">
@ -86,7 +97,7 @@
return;
}
document.location.href = window.location.protocol + "//" + "is." + contents + "." + window.location.hostname;
document.location.href = window.location.protocol + "//" + contents + "." + window.location.hostname;
}
</script>

BIN
query.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB