add embed and fix query not working due to tls certificate only covering first sub level domain
This commit is contained in:
parent
3e032eaf04
commit
7954af8462
13
query.html
13
query.html
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user