fix favicon
This commit is contained in:
parent
6104befb77
commit
03b252e097
@ -1,8 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Mediocre Gopher</title>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
|
||||
<style type="text/css">
|
||||
body { background-color:#434343; font-family:arial; }
|
||||
pre { font-family:monospace; font-size:8pt; color:#bada55; font-weight:bold; }
|
||||
|
Loading…
Reference in New Issue
Block a user