mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-13 17:33:31 +03:00
a9bc7eae19
for more information, see https://pre-commit.ci
12 lines
208 B
HTML
12 lines
208 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Component Template</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|