zer0bin/frontend/index.html

8 lines
225 B
HTML

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