ntfy/extension/popup/ntfy.html
2023-10-01 19:38:59 +02:00

26 lines
405 B
HTML

<!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>