Files
qthtml/index.html

16 lines
244 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="index.js"></script>
</head>
<body>
<h1>Testing index.js Module Import</h1>
<script type="module">
$('body').render(`new`)
</script>
</body>
</html>