Files
site/categories/python/index.html
2021-09-06 03:18:32 +00:00

93 lines
2.2 KiB
HTML

<!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" : "Python",
"headline" : "Python",
"description" : "",
"inLanguage" : "en-US",
"author" : "",
"creator" : "",
"publisher": "",
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2018",
"datePublished": "2018-07-18 20:48:15 -0400 EDT",
"dateModified" : "2018-07-18 20:48:15 -0400 EDT",
"url" : "/categories/python/",
"wordCount" : "0",
"keywords" : [ "Blog" ]
}
</script>
<title>Python</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>Python</h1>
<ul>
<li>
<span class="date">2018/07/18</span>
<a href="/blog/2018/07/18/why-learn-python/">Why Learn Python?</a>
</li>
</ul>
<footer>
<hr/>
&copy; Dave Gallant 2018 | <a href="https://github.com/davegallant">Github</a> | <a href="https://twitter.com/__dave_g__">Twitter</a>
</footer>
</body>
</html>