-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (26 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ROV DEV INDEX</title>
<style>
em {
background-color: yellowgreen;
}
</style>
</head>
<body>
<h4>[<em> npm run dev </em>] Debugging links: </h4>
<a href="./frontend/index.html">Frontend Webpage</a> |
<a href="./rov-backend/internal_webpages/index.html">Internal Webpage</a> |
<a href="./rov-backend/internal_webpages/offlineframe/index.html">Offline Frame Frontend Test Webpage</a> |
<a href="https://cloud.livekit.io/projects/p_1qrghd1gx99/playground?roomName=ROV123">Livekit Room Testing
Link</a> |
<h4>[<em> npm run build; npm run preview </em>] Built Page Links:</h4>
<a href="./index.html">Frontend Webpage</a> |
<a href="./internal/index.html">Internal Webpage</a> |
<a href="./offlineframe/index.html">Offline Frame Frontend Test Webpage</a> |
<a href="https://cloud.livekit.io/projects/p_1qrghd1gx99/playground?roomName=ROV123">Livekit Room Testing
Link</a> |
</body>
</html>