mirror of https://github.com/jitsi/jitsi-meet
parent
fcf7069b25
commit
48c99e796f
@ -0,0 +1,8 @@ |
||||
<html> |
||||
<head> |
||||
<link rel="stylesheet" href="css/all.css"/> |
||||
</head> |
||||
<body> |
||||
<div class="closeMessage">Thank you for your feedback!</div> |
||||
</body> |
||||
</html> |
@ -0,0 +1,16 @@ |
||||
html, body { |
||||
margin:0px; |
||||
width: 100%; |
||||
height:100%; |
||||
color: $defaultColor; |
||||
background: $defaultBackground; |
||||
font-size: 12px; |
||||
font-weight: 400; |
||||
overflow: hidden; |
||||
text-align: center; |
||||
} |
||||
|
||||
.closeMessage { |
||||
font-size: 36px; |
||||
margin-top: 20%; |
||||
} |
Loading…
Reference in new issue