mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
12 lines
363 B
HTML
12 lines
363 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>digimarks bookmarks service</title>
|
|
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/bootstrap.min.css') }}" />
|
|
</head>
|
|
<body>
|
|
<h1>digimarks</h1>
|
|
<p>Please visit your personal url, or <a href="https://github.com/aquatix/digimarks">see the digimarks project page</a>.</p>
|
|
</body>
|
|
</html>
|