Files
tabby-web/src/terminal.html
Eugene Pankov 2c95a15609 wip
2021-07-16 20:25:00 +02:00

22 lines
534 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>