mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
21 lines
492 B
HTML
21 lines
492 B
HTML
<!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>
|
|
|
|
<script src="/all/playground/vendor/hammer.js"></script>
|
|
<script src="../bootstrap.js"></script>
|
|
</body>
|
|
</html>
|