Browse Source

Remove favicon for now

greenkeeper/initial
Luke Childs 6 years ago
parent
commit
bef872ca2d
  1. 4
      index.html

4
index.html

@ -1,13 +1,13 @@
<html> <html>
<head> <head>
<title>tippin.me Badge Generator</title> <title>tippin.me Badge Generator</title>
<link rel="shortcut icon" href="favicon.png"> <!-- <link rel="shortcut icon" href="favicon.png"> -->
<meta name="description" content="Readme badge generator for tippin.me."/> <meta name="description" content="Readme badge generator for tippin.me."/>
<link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="style.css">
<meta name="twitter:card" value="summary"> <meta name="twitter:card" value="summary">
<meta property="og:title" content="tippin.me Badge Generator" /> <meta property="og:title" content="tippin.me Badge Generator" />
<meta property="og:description" content="Readme badge generator for tippin.me." /> <meta property="og:description" content="Readme badge generator for tippin.me." />
<meta property="og:image" content="favicon.png" /> <!-- <meta property="og:image" content="favicon.png" /> -->
</head> </head>
<body> <body>
<script src="./script.js"></script> <script src="./script.js"></script>

Loading…
Cancel
Save