refactor: ♻️ Comments to pug

This commit is contained in:
ThatOneCalculator 2022-04-08 08:47:18 -07:00
parent 0050ea2fb9
commit fd6b91977b
2 changed files with 9 additions and 8 deletions

View File

@ -1,12 +1,4 @@
<!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>

View File

@ -1,3 +1,12 @@
!= '<!--\n'
!= '▀▀█ █▀▀ █▀▀█ █▀▀█ █▀▀▄ ▀ █▀▀▄ \n'
!= '▄▀ █▀▀ █▄▄▀ █▄▀█ █▀▀▄ █ █ █ \n'
!= '▀▀▀ ▀▀▀ ▀ ▀▀ █▄▄█ ▀▀▀ ▀ ▀ ▀ \n'
!= 'Thank you for using zer0bin!\n'
!= 'If you\'re reading this message, why not help with development?\n'
!= 'https://github.com/zer0bin-dev/zer0bin'
!= '\n-->\n'
html(lang='en')
head
meta(charset='UTF-8')