mirror of https://github.com/jitsi/jitsi-meet
parent
a4e1f939cd
commit
84d2b79b4f
@ -0,0 +1,11 @@ |
||||
<html> |
||||
<head> |
||||
<link rel="stylesheet" href="css/all.css"/> |
||||
</head> |
||||
<body> |
||||
<div class="error_page"> |
||||
<h2>404 Not Found</h2> |
||||
<p class="error_page__message">You can create new conversation <a href="/">here</a></p> |
||||
</div> |
||||
</body> |
||||
</html> |
@ -0,0 +1,14 @@ |
||||
.error_page { |
||||
width: 60%; |
||||
margin: 20% auto; |
||||
text-align: center; |
||||
|
||||
h2 { |
||||
font-size: 36px; |
||||
} |
||||
|
||||
&__message { |
||||
font-size: 24px; |
||||
margin-top: 20px; |
||||
} |
||||
} |
Loading…
Reference in new issue