22 lines
472 B
HTML
Raw Permalink Normal View History

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Hammer.JS</title>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<style type="text/css">
html, body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<gestures-app></gestures-app>
<!--load location for ts_devserver-->
<script src="/app_bundle.js"></script>
</body>
</html>