-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
29 lines (27 loc) · 1.32 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html lang="en">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lorem Gutenberg, by Mark Fullmer</title>
<meta name="description" content="An English-language random text generator by Mark Fullmer">
<meta property="og:title" content="Lorem Gutenberg, by Mark Fullmer">
<meta property="og:image" content="https://lorem-gutenberg.markfullmer.com/mark-fullmer-screenshot.png">
<meta property="og:description" content="An English-language random text generator by Mark Fullmer" />
<meta property="og:url" content="https://lorem-gutenberg.markfullmer.com/" />
<meta property="og:site_name" content="Lorem Gutenberg, by Mark Fullmer" />
<link rel="canonical" href="https://lorem-gutenberg.markfullmer.com/" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Lorem Gutenberg",
"image": "https://lorem-gutenberg.markfullmer.com/mark-fullmer-screenshot.png",
"description": "An English-language random text generator by Mark Fullmer",
"brand": "Mark Fullmer"
}
</script>
</head>