refactor: convert to workspace

This commit is contained in:
2025-01-29 11:48:57 +00:00
parent 20c9d107b7
commit 9045bb93e4
56 changed files with 6215 additions and 1123 deletions

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>zap-stream-core</title>
<style>
html, body {
margin: 0;
background: black;
color: white;
font-family: monospace;
}
</style>
</head>
<body>
<h1>Welcome to %%PUBLIC_URL%%</h1>
</body>
</html>