index.pug 637 B

123456789101112131415161718192021222324
  1. doctype html
  2. html
  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#custom-css
  12. style.
  13. body { transition: 0.5s background; }
  14. body
  15. app-root
  16. .preload-logo
  17. div
  18. .terminus-logo
  19. h1.terminus-title Terminus
  20. sup α
  21. .progress
  22. .bar(style='width: 0%')