1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-24 04:09:13 +01:00
ntfy/extension/popup/ntfy.html

26 lines
405 B
HTML
Raw Normal View History

2023-10-01 19:38:59 +02:00
<!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>