spee.ch/public/invalidUri.html

14 lines
326 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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
2017-06-01 01:44:45 +02:00
<title>No Claims</title>
</head>
<body>
<h1>spee.ch</h1>
2017-06-01 01:44:45 +02:00
<h3>Invalid URI</h3>
<p>There is no claim at that URI.</p>
</body>
</html>