mirror of https://github.com/jitsi/jitsi-meet
Also clears debian package from including *.js files from source roote folder, files which were not used.pull/1420/head
parent
989161159d
commit
1d7da21e48
@ -1,7 +1,7 @@ |
||||
<html> |
||||
<head> |
||||
<link rel="stylesheet" href="css/all.css"/> |
||||
<!--#include virtual="title.html" --> |
||||
<link rel="stylesheet" href="../css/all.css"/> |
||||
<!--#include virtual="/title.html" --> |
||||
</head> |
||||
<body> |
||||
<div class="error_page"> |
@ -1,7 +1,7 @@ |
||||
<html> |
||||
<head> |
||||
<link rel="stylesheet" href="css/all.css"/> |
||||
<!--#include virtual="title.html" --> |
||||
<link rel="stylesheet" href="../css/all.css"/> |
||||
<!--#include virtual="/title.html" --> |
||||
</head> |
||||
<body> |
||||
<div class="redirectPageMessage">Sorry! You are not allowed to be here :(</div> |
@ -1,7 +1,7 @@ |
||||
<html> |
||||
<head> |
||||
<link rel="stylesheet" href="css/all.css"/> |
||||
<!--#include virtual="title.html" --> |
||||
<link rel="stylesheet" href="../css/all.css"/> |
||||
<!--#include virtual="/title.html" --> |
||||
<script><!--#include virtual="/interface_config.js" --></script> |
||||
<script src="close.js"></script> |
||||
</head> |
@ -1,7 +1,7 @@ |
||||
<html> |
||||
<head> |
||||
<link rel="stylesheet" href="css/all.css"/> |
||||
<!--#include virtual="title.html" --> |
||||
<link rel="stylesheet" href="../css/all.css"/> |
||||
<!--#include virtual="/title.html" --> |
||||
<script><!--#include virtual="/interface_config.js" --></script> |
||||
<script src="close.js"></script> |
||||
</head> |
Loading…
Reference in new issue