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:
12
popup/public/index.html
Normal file
12
popup/public/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user