Add doctype to demo.html

This commit is contained in:
Steven 2018-03-25 19:45:36 -04:00
parent 0540ab6990
commit 2296958a13

View File

@ -1,4 +1,5 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!doctype html>
<html lang="en">
<head>
<title>Marked Demo Page</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>