mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-30 22:53:31 +03:00
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
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')
|
|
app-root
|