20 lines
585 B
HTML
20 lines
585 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<title>Gamepad Viewer</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="css/normalize.css">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
</head>
|
|
<body>
|
|
<div class="gamepad"></div>
|
|
|
|
<script src="js/vendor/jquery-2.2.3.min.js"></script>
|
|
<script src="js/gamepad.js"></script>
|
|
</body>
|
|
</html>
|