forked from cory/tildefriends
10 lines
190 B
HTML
10 lines
190 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<script>const g_data = $data;</script>
|
||
|
</head>
|
||
|
<body style="color: #fff">
|
||
|
<h1>Test</h1>
|
||
|
</body>
|
||
|
<script type="module" src="script.js"></script>
|
||
|
</html>
|