2016-12-23 10:06:53 +01:00
|
|
|
|
doctype html
|
2021-06-29 23:57:04 +02:00
|
|
|
|
html.tabby
|
2016-12-23 10:06:53 +01:00
|
|
|
|
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)
|
2018-08-07 08:51:19 +02:00
|
|
|
|
style.
|
|
|
|
|
body { transition: 0.5s background; }
|
2018-08-10 11:01:13 +02:00
|
|
|
|
body
|
2020-03-11 14:30:01 +01:00
|
|
|
|
style#custom-css
|
2023-02-26 20:42:31 +01:00
|
|
|
|
root
|
2017-03-24 22:24:12 +01:00
|
|
|
|
app-root
|
2017-04-24 00:34:07 +02:00
|
|
|
|
.preload-logo
|
|
|
|
|
div
|
2021-06-29 23:57:04 +02:00
|
|
|
|
.tabby-logo
|
|
|
|
|
h1.tabby-title Tabby
|
2020-03-11 14:30:01 +01:00
|
|
|
|
sup α
|
2017-04-24 00:34:07 +02:00
|
|
|
|
.progress
|
2017-04-28 22:40:58 +02:00
|
|
|
|
.bar(style='width: 0%')
|