ite8291-backlight-browser/index.html

11 lines
241 B
HTML
Raw Permalink Normal View History

2021-03-22 14:54:31 -04:00
<html>
<head>
<link rel="stylesheet" href="index.css" type="text/css" />
</head>
<body>
<div id="content"></div>
<script type="module">
import "./index.js"
</script>
</body>
</html>