switch from tabs to spaces

This commit is contained in:
Brian Picciano 2018-11-12 16:42:15 -05:00
parent a361baadc6
commit 5024fb2560

View File

@ -5,19 +5,19 @@
<link type="text/css" rel="stylesheet" href="/static/css/banner-styles.css"/> <link type="text/css" rel="stylesheet" href="/static/css/banner-styles.css"/>
<title>Mediocre Gopher</title> <title>Mediocre Gopher</title>
<link rel="shortcut icon" type="image/x-icon" href="/web/20141220105253im_/https://mediocregopher.com/favicon.ico"> <link rel="shortcut icon" type="image/x-icon" href="/web/20141220105253im_/https://mediocregopher.com/favicon.ico">
<style type="text/css"> <style type="text/css">
body { background-color:#434343; font-family:arial; } body { background-color:#434343; font-family:arial; }
pre { font-family:monospace; font-size:8pt; letter-spacing:-1.5pt; line-height: 8pt; color:#bada55; font-weight:bold; } pre { font-family:monospace; font-size:8pt; color:#bada55; font-weight:bold; }
a:link { color: #bada55; } a:link { color: #bada55; }
a:visited { color: #bada55; } a:visited { color: #bada55; }
ul { list-style-type: none; margin:0px; padding:0px; } ul { list-style-type: none; margin:0px; padding:0px; }
li { margin:0px; padding:0px; } li { margin:0px; padding:0px; }
</style> </style>
</head> </head>
<body> <body>
<div style="width:99%;position:absolute;top:5em;text-align:center;"> <div style="width:99%;position:absolute;top:5em;text-align:center;">
<pre> <pre>
`.-/+osssssssssoo+/:-` `.-/+osssssssssoo+/:-`
`-/oydNMMNmdhyyyyyyyyyyhdmNMMNmhs+:` `-/oydNMMNmdhyyyyyyyyyyhdmNMMNmhs+:`
@ -82,6 +82,6 @@
888 888
888 888
</pre> </pre>
</div> </div>
</body> </body>
</html> </html>