Added browser add-on #583
This commit is contained in:
parent
e2b5f4a9fb
commit
8f8c1382f0
3 changed files with 42 additions and 0 deletions
25
extension/popup/ntfy.html
Normal file
25
extension/popup/ntfy.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 800px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
height: 1120px;
|
||||
width: 480px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<iframe src="https://ntfy.sh/app">
|
||||
<p>Your browser does not support iframes.</p>
|
||||
</iframe>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue