1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/app-mobile/web/public/closed.html

19 lines
521 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<link rel="icon" href="./icons/icon-vector-large.svg"/>
<meta name="robots" content="noindex"/>
<title>Closed - Joplin</title>
<script src="./serviceWorker.bundle.js"></script>
<link rel="stylesheet" href="./info-page.css"/>
</head>
<body>
<main>
<h1>Closed externally</h1>
<p>The Joplin Web App has been closed from another tab.</p>
</main>
</body>
</html>