Inital slider

This commit is contained in:
2025-05-04 18:06:21 +12:00
parent e0a0e083be
commit 29d7a5bcfc
4 changed files with 327 additions and 0 deletions

14
static/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>RGB Slider Tabs</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="tabs"></div>
<div class="tab-content"></div>
<script type="module" src="main.js"></script>
</body>
</html>