jiti-meet/404.html

12 lines
314 B
HTML
Raw Normal View History

2016-10-05 11:41:21 +00:00
<html>
<head>
<link rel="stylesheet" href="css/all.css"/>
2016-11-01 18:25:05 +00:00
<!--#include virtual="title.html" -->
2016-10-05 11:41:21 +00:00
</head>
<body>
<div class="error_page">
<h2>404 Not Found</h2>
2016-11-14 10:42:01 +00:00
<p class="error_page__message">You can create new conversation <a class="link" href="/">here</a></p>
2016-10-05 11:41:21 +00:00
</div>
</body>
</html>