19 lines
441 B
HTML
19 lines
441 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<title></title>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<link href="css/style.css" rel="stylesheet">
|
||
|
|
<!-- auto-refresh in dev -->
|
||
|
|
<!-- <script type="text/javascript" src="https://livejs.com/live.js"></script> -->
|
||
|
|
<script type="module" src="./packages/banners/src/index.js"></script>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<h1> Hello, world </h1>
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|