You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
496 B
14 lines
496 B
<%define "mainPage"%><!doctype html> |
|
<html class="no-js wf-loading"<%if.Csp%> ng-csp<%end%>> |
|
<head> |
|
<%template "head" .%> |
|
</head> |
|
<body spreed-webrtc> |
|
<div id="background"></div> |
|
<div id="loader"><div><i class="fa fa-circle-o-notch fa-spin"></i><div class="loader-message"></div></div></div> |
|
<ui></ui> |
|
<script data-main="<%.Cfg.S%>/js/<%.App%>" data-plugin="<%.Cfg.Plugin%>" src="<%.Cfg.S%>/js/libs/require/require.js"></script> |
|
<%template "extra-body" .%> |
|
<%.ExtraDBody%> |
|
</body> |
|
</html><%end%>
|
|
|