simple-keyboard/demo/index.html

12 lines
317 B
HTML
Raw Normal View History

2021-03-07 15:52:17 +08:00
<html>
<head>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<input class="input" placeholder="Tap on the virtual keyboard to start" />
<div class="simple-keyboard"></div>
<script src="index.js"></script>
<script src="main.js"></script>
</body>
</html>