-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 1.39 KB
/
Copy pathindex.html
File metadata and controls
29 lines (24 loc) · 1.39 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- TODO: Set the document title to the name of your application -->
<title>Vibium Player</title>
<meta name="description" content="Play back and inspect browser automation recordings">
<meta name="author" content="Vibium" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/400d5d9c-b3a6-4e64-80fd-653072653abe/id-preview-58968960--30c5ecdb-5b1b-42ac-b544-f3c890743011.lovable.app-1772336003789.png">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Lovable" />
<meta name="twitter:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/400d5d9c-b3a6-4e64-80fd-653072653abe/id-preview-58968960--30c5ecdb-5b1b-42ac-b544-f3c890743011.lovable.app-1772336003789.png">
<meta property="og:title" content="Vibium Player">
<meta name="twitter:title" content="Vibium Player">
<meta property="og:description" content="Play back and inspect browser automation recordings">
<meta name="twitter:description" content="Play back and inspect browser automation recordings">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>