fix favicon

main
Brian Picciano 3 years ago
parent 6104befb77
commit 03b252e097
  1. 4
      index.html

@ -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…
Cancel
Save