Import Google Meet captions project and extension backups
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>My popup</title>
|
||||
<link rel="stylesheet" type="text/css" href="popup.css">
|
||||
</head>
|
||||
<body>
|
||||
<label class="switch">
|
||||
<input id="enabled" type="checkbox">
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
<input class="secret" id="item" type="text">
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user