Skip to content

Commit

Permalink
Update demo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeNickaloff authored Mar 4, 2024
1 parent dc389dc commit 844103e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,height=device-height, initial-scale=1.0">
<title>QHTML Demo</title>
<script src="qhtml.js" type="text/javascript"></script>
<script src="w3-tags.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="qhtml.js" type="text/javascript"></script> <!-- only script needed for q-html to work -->
<script src="w3-tags.js" type="text/javascript"></script> <!-- not required -- only used in demo to add more tags -->
<link rel="stylesheet" href="w3.css"> <!-- not required -- only used with w3-tags.js -->

</head>
<body>
Expand Down

0 comments on commit 844103e

Please sign in to comment.