zer0bin/frontend/index.html

14 lines
568 B
HTML

<!DOCTYPE html>
<!--
▀▀█ █▀▀ █▀▀█ █▀▀█ █▀▀▄ ▀ █▀▀▄
▄▀ █▀▀ █▄▄▀ █▄▀█ █▀▀▄ █ █ █
▀▀▀ ▀▀▀ ▀ ▀▀ █▄▄█ ▀▀▀ ▀ ▀ ▀
Thank you for using zer0bin!
If you\'re reading this message, why not help with development?
https://github.com/zer0bin-dev/zer0bin
-->
<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>