1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 10:32:29 +03:00
tabby/app/index.pug
Eugene Pankov 4e451d0598 .
2016-12-26 00:04:56 +01:00

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