diff options
author | Adam Spragg <adam@spra.gg> | 2018-06-18 14:42:26 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2018-06-18 14:42:26 +0100 |
commit | cfa960d860fa30c7e2bb63cdf1c32e4f200b98ae (patch) | |
tree | ca5a20af930cefd8ac18e2d406604b10c8c56af5 /html/index.php | |
parent | 3f7e4f8f89084378c78da616c66644364be77d2e (diff) |
Use DejaVu Sans Mono for the page titles
Rather than the generic "sans-serif"
Diffstat (limited to 'html/index.php')
-rw-r--r-- | html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.php b/html/index.php index bbb44ae..89ea644 100644 --- a/html/index.php +++ b/html/index.php @@ -10,7 +10,7 @@ </head> <body> <header> - <h1>Spragg Software Services Ltd</h1> + <h1>Spragg Software Services Ltd.</h1> <nav> <ul> <li class="selected"><a href="/">Home</a></li> |