Chrome and Firefox extension
This commit is contained in:
parent
b5bf833dcf
commit
9d4b2ffbb5
13 changed files with 419 additions and 4 deletions
22
crabfit-browser-extension/popup.html
Normal file
22
crabfit-browser-extension/popup.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
body {
|
||||
width: 360px;
|
||||
height: 500px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
iframe {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="https://crab.fit/create" allow="clipboard-write"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue