Fix HTML versions to include a sans serif font

This commit is contained in:
youngchief btw ツ 2020-04-03 20:40:24 +00:00
parent 4f2262cb2f
commit 75f08d8d80
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<link rel="stylesheet" type="text/css" href="/docs/html/style.css" />
<h1 id="git-url">Git URL</h1>
<hr />
<p><strong>How do I get my Git URL??</strong></p>

3
docs/html/style.css Normal file
View File

@ -0,0 +1,3 @@
body {
font-family: sans-serif;
}