summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6bbee46..50f29d5 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,7 @@
<!-- generated by build.sh. DO NOT EDIT. -->
<html lang="en">
<title>Marc's Programming Notes</title>
+<meta name="description" content="A blog about programming">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@@ -12,7 +13,11 @@
text-align: justify;
}
h1 { text-align: center }
- pre { padding: 1ch; background-color: #f5f5f5 }
+ pre {
+ padding: 1ch;
+ background-color: #f5f5f5;
+ overflow: auto;
+ }
</style>
<h1 id="marcs-programming-notes">Marc’s Programming Notes</h1>