summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/index.html b/index.html
index da60891..b454068 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
-<title>Marc's Programming Notes</title>
<!-- generated by build.sh. DO NOT EDIT. -->
+<html en="en">
+<title>Marc's Programming Notes</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@@ -11,13 +12,7 @@
text-align: justify;
}
h1 { text-align: center }
- pre {
- border: 1px solid;
- padding: 1ch;
- border-radius: 5px;
- overflow: auto;
- background-color: #eee;
- }
+ pre { padding: 1ch; background-color: #f5f5f5 }
</style>
<h1 id="marcs-programming-notes">Marc’s Programming Notes</h1>
@@ -37,3 +32,4 @@ data-cites="mvertes">@mvertes</span></a></li>
</ul>
<hr><small>Unless otherwise noted, posts are licensed under
<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</small>
+</html>