Initial Upload
Simple bare-bones book progress bar with a test animation running. TODO: - Remove IMGUR hotlink - Update book art - Proper input value testing - Get websocket connected and tested
This commit is contained in:
@@ -4,16 +4,20 @@
|
||||
<meta charset="utf-8" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&family=VT323&display=swap" rel="stylesheet">
|
||||
<link href='https://fonts.googleapis.com/css?family=Inter' rel='stylesheet'>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Cutive+Mono&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="timer.css" />
|
||||
<script src="timer.js"></script>
|
||||
<title>Lilac Timer</title>
|
||||
<title>Lilac BookBar</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class='widgetContainer'>
|
||||
<div class="layoutContainer">
|
||||
<div id='progressBar' class="layoutContainer">
|
||||
<div id='barBack' class='barFlashHelper'></div>
|
||||
<div id='barFront' class='barFlashHelper'>
|
||||
<div id='paperOverlay'>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user