-
Notifications
You must be signed in to change notification settings - Fork 16
/
template.html
30 lines (30 loc) · 1.62 KB
/
template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Electric Guitar Specifications</title>
<meta name="description" content="Guitarspecs for the assembly of a solid-body electric guitar. It can help you to build a guitar with specific sound and playability characteristics.">
<meta name="url" content="https://gitfrage.github.io/guitarspecs/">
<meta name="google-site-verification" content="enAtWN6yxQKb-nPce0KYw3gpkLEXaakWb1P3scYlH8E" />
<link rel="canonical" href="https://gitfrage.github.io/guitarspecs/">
<link rel="me" href="https://github.com/gitfrage" type="text/html">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.9.0/github-markdown.min.css" integrity="sha256-AcEoN20lbehGx2iA6fVk4geoblRBOAUmz+gEM9QE59Y=" crossorigin="anonymous" />
<style>
.markdown-body {box-sizing: border-box;min-width: 200px;max-width: 980px;margin: 0 auto;padding: 45px;}
.markdown-body blockquote {line-height: 2em}
@media (max-width: 767px) {.markdown-body {padding: 15px;}}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71612856-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-71612856-4');
</script>
</head>
<body class="markdown-body">
{{{files.0.content.html}}}
</body>
</html>