-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
42 lines (40 loc) · 1.57 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Corpus Tag Converter, by Mark Fullmer</title>
<meta name="description" content="A PHP library for converting files tagged with corpus metadata to JSON, PHP, or XML.">
<meta property="og:title" content="Corpus Tag Converter, by Mark Fullmer">
<meta property="og:image" content="https://tag-converter.markfullmer.com/mark-fullmer-screenshot.png">
<meta property="og:description" content="A PHP library for converting files tagged with corpus metadata to JSON, PHP, or XML." />
<meta property="og:url" content="https://tag-converter.markfullmer.com/" />
<meta property="og:site_name" content="Corpus Tag Converter, by Mark Fullmer" />
<link rel="canonical" href="https://tag-converter.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": "Corpus Tag Converter",
"image": "https://tag-converter.markfullmer.com/mark-fullmer-screenshot.png",
"description": "A PHP library for converting files tagged with corpus metadata to JSON, PHP, or XML.",
"brand": "Mark Fullmer"
}
</script>
<style>
.textbox {
height: -webkit-fill-available;
}
pre>code {
white-space: pre-line;
}
.container {
max-width: 1200px;
}
</style>
</head>