basic-imba/index.html

13 lines
278 B
HTML
Raw Normal View History

2015-08-16 15:52:04 +02:00
<!doctype html>
<html lang="en">
<head>
<title>Hello World</title>
<meta charset="utf-8">
<!-- include the imba library -->
2016-01-16 10:29:42 +01:00
<script src="imba.dev.js"></script>
2015-08-16 15:52:04 +02:00
</head>
<body>
<!-- your script -->
<script src="lib/app.js"></script>
</body>
</html>