Skip to content

Commit

Permalink
Merge branch 'viteport'
Browse files Browse the repository at this point in the history
  • Loading branch information
jetXS committed Dec 14, 2023
2 parents b96ac7a + d611809 commit 8bfa446
Show file tree
Hide file tree
Showing 17 changed files with 5,230 additions and 34,750 deletions.
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🍌</text></svg>"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="A WebRTC Demo for the TouchDesigner WebRTC Remote Panel."
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
<title>TD WebRTC Web Demo 🍌</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading

0 comments on commit 8bfa446

Please sign in to comment.