index.pug 624 B

1234567891011121314151617181920212223
  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. root
  16. app-root
  17. .preload-logo
  18. div
  19. .tabby-logo
  20. h1.tabby-title Tabby
  21. sup α
  22. .progress
  23. .bar(style='width: 0%')