mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-23 10:32:29 +03:00
14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
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
|