jiti-meet/static/404.html

14 lines
358 B
HTML
Raw Normal View History

2016-10-05 11:41:21 +00:00
<html>
<head>
2020-03-24 19:38:09 +00:00
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css"/>
<!--#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>
2020-03-24 19:38:09 +00:00
</html>