jiti-meet/static/404.html

14 lines
438 B
HTML
Raw Permalink 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>
<p class="error_page__message">You can create a new conversation <a class="link" onclick="window.location = window.location.protocol + '//' + window.location.hostname">here</a></p>
2016-10-05 11:41:21 +00:00
</div>
</body>
2020-03-24 19:38:09 +00:00
</html>