Skip to content

Commit 2b5a28a

Browse files
committed
refactor to use vite instead of react-scripts
1 parent ff6bc90 commit 2b5a28a

18 files changed

+5230
-34750
lines changed

index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link
8+
rel="icon"
9+
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>"
10+
/>
11+
<link
12+
rel="stylesheet"
13+
href="https://fonts.googleapis.com/icon?family=Material+Icons"
14+
/>
15+
<meta name="theme-color" content="#000000" />
16+
<meta
17+
name="description"
18+
content="A WebRTC Demo for the TouchDesigner WebRTC Remote Panel."
19+
/>
20+
<link
21+
rel="stylesheet"
22+
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
23+
/>
24+
<link
25+
rel="stylesheet"
26+
href="https://fonts.googleapis.com/icon?family=Material+Icons"
27+
/>
28+
<title>TD WebRTC Web Demo 🍌</title>
29+
</head>
30+
<body>
31+
<div id="root"></div>
32+
<script type="module" src="/src/main.jsx"></script>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)