Files
tabby-web/frontend/src/terminal.html
2021-11-14 16:54:51 +01:00

27 lines
701 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>
<div class="pre-bootstrap-spinner">
<div class="spinner"></div>
<div class="spinner n2"></div>
<div class="spinner n3"></div>
</div>
</body>
</html>