You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
441 B

<!DOCTYPE html>
<html>
<head>
<title>Keycodes symphony</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link id="fav" rel="shortcut icon" type="image/x-icon" href="data:image/x-icon;,">
<link rel="stylesheet" type="text/css" href="./keycodes-symphony.data.css">
</head>
<body>
<script type="module">
import { compose } from './keycodes-symphony.js'
compose()
</script>
</body>
</html>