mirror of
https://github.com/Eugeny/tabby
synced 2025-01-05 17:59:02 +00:00
13 lines
356 B
Text
13 lines
356 B
Text
doctype html
|
|
html
|
|
head
|
|
meta(charset='UTF-8')
|
|
title ELEMENTS Benchmark
|
|
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
|