Add macOS dashboard widget
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>CoBiE Clock</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="analog-clock-container">
|
||||
<div id="clock">
|
||||
<div class="hand megasequence" id="handMegasequence"></div>
|
||||
<div class="hand eonstrip" id="handEonstrip"></div>
|
||||
<div class="hand chronon" id="handChronon"></div>
|
||||
<div class="hand quantic" id="handQuantic"></div>
|
||||
<div class="hand xeno" id="handXeno"></div>
|
||||
<div class="clock-center"></div>
|
||||
<div class="clock-label">CoBiE Time</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="cobie.js"></script>
|
||||
<script src="clock.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user