move.gl
Version:
Motion and Animation Library for Stylescape.
15 lines (14 loc) • 388 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Virtual Keyboard</title>
<!-- <link rel="stylesheet" href="styles.css"> -->
</head>
<body>
<input type="text" id="textInput" autofocus>
<div id="keyboard"></div>
<!-- <script src="main.js"></script> -->
</body>
</html>