1
0
mirror of https://gitlab.com/ceda_ei/google-meet-captions-regex synced 2025-12-14 14:50:10 +01:00

Add boilerplate for React Popup.

This commit is contained in:
2020-09-08 15:32:04 +05:30
parent bbaeb51ed3
commit 597e56ba7f
13 changed files with 11305 additions and 0 deletions

12
popup/public/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Google Meet Caption Regex</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>