mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 12:20:19 +00:00
deploy: 6b5bd7047f
This commit is contained in:
92
categories/random/index.html
Normal file
92
categories/random/index.html
Normal file
@@ -0,0 +1,92 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context" : "http://schema.org",
|
||||
"@type" : "BlogPosting",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id": "/"
|
||||
},
|
||||
"articleSection" : "categories",
|
||||
"name" : "Random",
|
||||
"headline" : "Random",
|
||||
"description" : "",
|
||||
"inLanguage" : "en-US",
|
||||
"author" : "",
|
||||
"creator" : "",
|
||||
"publisher": "",
|
||||
"accountablePerson" : "",
|
||||
"copyrightHolder" : "",
|
||||
"copyrightYear" : "2018",
|
||||
"datePublished": "2018-07-13 08:52:45 -0400 EDT",
|
||||
"dateModified" : "2018-07-13 08:52:45 -0400 EDT",
|
||||
"url" : "/categories/random/",
|
||||
"wordCount" : "0",
|
||||
"keywords" : [ "Blog" ]
|
||||
}
|
||||
</script>
|
||||
<title>Random</title>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B"
|
||||
crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-98710982-2', 'auto');
|
||||
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul class="menu">
|
||||
|
||||
<li><a class="btn btn-outline-dark" href="/">Home</a></li>
|
||||
|
||||
<li><a class="btn btn-outline-dark" href="/about/">About</a></li>
|
||||
|
||||
<li><a class="btn btn-outline-dark" href="/categories/">Categories</a></li>
|
||||
|
||||
<li><a class="btn btn-outline-dark" href="/tags/">Tags</a></li>
|
||||
|
||||
<li><a class="btn btn-outline-dark" href="/index.xml">Subscribe</a></li>
|
||||
|
||||
</ul>
|
||||
<hr/>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<h1>Random</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<span class="date">2018/07/13</span>
|
||||
<a href="/blog/2018/07/13/first-post/">First Post</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<footer>
|
||||
|
||||
|
||||
<hr/>
|
||||
© Dave Gallant 2018 | <a href="https://github.com/davegallant">Github</a> | <a href="https://twitter.com/__dave_g__">Twitter</a>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user