zer0bin/frontend/index.html

6 lines
213 B
HTML

<!DOCTYPE html>
<link rel="icon" type="image/x-icon" href="/favicon.svg" />
<link rel="stylesheet" href="/style/style.scss" />
<script type="module" src="/src/index.ts" defer></script>
<pug src="index.pug"></pug>