jpt580.github.io/index.html

16 lines
607 B
HTML
Raw Normal View History

2018-03-13 11:42:13 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>This page is powered by Markdown.js</title>
2018-03-13 12:00:13 +01:00
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.8.6/showdown.min.js"></script>
2018-03-13 11:42:13 +01:00
</head>
<body>
<h1>Hello World! (for now ...)</h1>
<div id="markdown-content">TODO</div>
<!-- That is all we need, now load the script and get going! -->
<script type="text/javascript" src="use-markdown.js"></script>
2018-03-13 11:42:13 +01:00
</body>
</html>