1
0

index.pug 611 B

12345678910111213141516171819202122
  1. doctype html
  2. html.tabby
  3. head
  4. meta(charset='UTF-8')
  5. base(href='index.html')
  6. script.
  7. console.timeStamp('index')
  8. window.nodeRequire = require
  9. script(src='./preload.js')
  10. script(src='./bundle.js', defer)
  11. style.
  12. body { transition: 0.5s background; }
  13. body
  14. style#custom-css
  15. app-root
  16. .preload-logo
  17. div
  18. .tabby-logo
  19. h1.tabby-title Tabby
  20. sup α
  21. .progress
  22. .bar(style='width: 0%')