Change demo web page to use SVG favicon (leave previous ICO around).

This commit is contained in:
David Anson 2022-06-06 22:11:29 -07:00
parent 00082ee8a5
commit 4560ccc1cd
2 changed files with 14 additions and 1 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<link href="default.css" rel="stylesheet" type="text/css"/>
<link rel="shortcut icon" href="favicon.ico"/>
<link href="favicon.svg" rel="icon" type="image/svg+xml"/>
<meta name="description" content="Demo for markdownlint, a Node.js style checker and lint tool for Markdown/CommonMark files."/>
<title>markdownlint demo</title>
<base target="_blank"/>