mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Remove use of deprecated HTML manifest/offline.appcache from demo web page.
This commit is contained in:
parent
3238ed4249
commit
3adb25c79b
4 changed files with 3 additions and 37 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" manifest="offline.appcache">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link href="default.css" rel="stylesheet" type="text/css"/>
|
||||
|
@ -30,7 +30,7 @@
|
|||
<div class="flex-fill"></div>
|
||||
<footer><a href="#" id="copyLink">Copy Link</a></footer>
|
||||
<div class="flex-fill"></div>
|
||||
<footer>Copyright © 2015-2019 by <a href="https://dlaa.me/">David Anson</a></footer>
|
||||
<footer>Copyright © 2015-2020 by <a href="https://dlaa.me/">David Anson</a></footer>
|
||||
</div>
|
||||
</div>
|
||||
<script src="markdown-it.min.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue