mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-02 06:24:11 +01:00
11 lines
264 B
PHP
11 lines
264 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Read later - ownCloud</title>
|
|
</head>
|
|
<body>
|
|
<div class="message"><h1>Saved!</h1></div>
|
|
<a href="javascript:self.close()" >Close the window</a>
|
|
</body>
|
|
</html>
|