Initial commit
This commit is contained in:
commit
d4926709f3
19 changed files with 4423 additions and 0 deletions
25
public/index.html
Normal file
25
public/index.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Widget test</title>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3"></script>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
|
||||
<script src="/js/btclock_datahandler.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="btclock-widget.umd.js"></script>
|
||||
<script>
|
||||
// Mount the widget
|
||||
window.mountWidget();
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue