mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-30 05:24:09 +01:00
11 lines
261 B
PHP
11 lines
261 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Read later - ownCloud</title>
|
|
<link rel="stylesheet" href="css/readlater.css">
|
|
</head>
|
|
<body>
|
|
<div class="message"><h1>Saved!</h1></div>
|
|
</body>
|
|
</html>
|