23 lines
445 B
HTML
23 lines
445 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>@holllo/test</title>
|
|
<style>
|
|
body {
|
|
background-color: #222;
|
|
color: #eee;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<script src="index.ts" type="module"></script>
|
|
<script src="example.ts" type="module"></script>
|
|
</body>
|
|
|
|
</html>
|