1
0
mirror of https://github.com/k4m4/movies-for-hackers.git synced 2024-11-01 12:15:24 +00:00
movies-for-hackers/index.html

14 lines
263 B
HTML

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