mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-23 19:59:26 +01:00
25 lines
405 B
HTML
25 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>
|