movies-for-hackers/index.html

14 lines
263 B
HTML
Raw Normal View History

<!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>