Add embed v3
This commit is contained in:
parent
ce7304d98b
commit
5c692ed35d
@ -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 this prime?">
|
||||
<meta property="og:image" content="https://prime.cringe-studios.com/no.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: No">
|
||||
<meta name="theme-color" content="#ff4d4d" data-react-helmet="true" />
|
||||
|
||||
<title>Is this prime?</title>
|
||||
|
||||
<link rel="stylesheet" href="common.css">
|
||||
|
11
isprime.html
11
isprime.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 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" />
|
||||
|
||||
<title>Is this prime?</title>
|
||||
|
||||
<link rel="stylesheet" href="common.css">
|
||||
|
Loading…
Reference in New Issue
Block a user