mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
12 lines
346 B
Text
12 lines
346 B
Text
doctype html
|
|
html
|
|
head
|
|
meta(charset='UTF-8')
|
|
base(href='index.html')
|
|
script.
|
|
console.timeStamp('index')
|
|
window.nodeRequire = require
|
|
script(src='./preload.js')
|
|
script(src='./bundle.js', defer)
|
|
body(style='background: ; min-height: 100vh; overflow: hidden')
|
|
app-root
|