Remove use of deprecated HTML manifest/offline.appcache from demo web page.

This commit is contained in:
David Anson 2020-01-26 20:32:56 -08:00
parent 3238ed4249
commit 3adb25c79b
4 changed files with 3 additions and 37 deletions

View file

@ -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 &copy; 2015-2019 by <a href="https://dlaa.me/">David Anson</a></footer>
<footer>Copyright &copy; 2015-2020 by <a href="https://dlaa.me/">David Anson</a></footer>
</div>
</div>
<script src="markdown-it.min.js"></script>