mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
22 lines
534 B
HTML
22 lines
534 B
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html class="tabby">
|
|||
|
|
<head>
|
|||
|
|
<meta charset="UTF-8">
|
|||
|
|
<style id="custom-css"></style>
|
|||
|
|
<style>body { transition: 0.5s background; }</style>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<app-root style="display: none">
|
|||
|
|
<div class="preload-logo">
|
|||
|
|
<div>
|
|||
|
|
<div class="tabby-logo"></div>
|
|||
|
|
<h1 class="tabby-title">Tabby<sup>α</sup></h1>
|
|||
|
|
<div class="progress">
|
|||
|
|
<div class="bar" style="width: 0%"></div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</app-root>
|
|||
|
|
</body>
|
|||
|
|
</html>
|