1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Keyboard-Mechanizer/src/index.html
2015-11-03 08:44:35 +00:00

15 lines
286 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<div id="AppContainer"></div>
<script src="js/app.js"></script>
<script src="js/audio.js"></script>
<script src="lib/bootstrap.js"></script>
</body>
</html>