1
0
mirror of https://github.com/k4m4/movies-for-hackers.git synced 2025-12-06 14:23:53 +00:00

Movie list markdown JS parsing to collection of objects

This commit is contained in:
MichaelCook
2017-02-23 14:15:13 +00:00
parent 00beee1b5f
commit cdaa5ce9bc
2 changed files with 71 additions and 1 deletions

View File

@@ -1 +1,13 @@
let's do this!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Movies for Hackers</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.6/marked.min.js"></script>
<script src="webapp/js/app.js"></script>
</head>
<body>
</body>
</html>