mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-02 21:03:00 +08:00
12 lines
317 B
HTML
12 lines
317 B
HTML
<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> |