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.
 
 
 
 
 
 

23 lines
479 B

<!DOCTYPE html>
<html>
<head>
<title>Mouse trap</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="./mouse-trap.data.css">
</head>
<body>
<script type="module">
import { setBox, createCircle, moveCircle } from './mouse-trap.js'
setBox()
createCircle()
moveCircle()
</script>
</body>
</html>