mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
19 lines
868 B
Text
19 lines
868 B
Text
<head>
|
|
<title><%-lang.Shinobi%></title>
|
|
<% include header-meta.ejs %>
|
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="stylesheet" href="<%-originalURL%>libs/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="<%-originalURL%>libs/css/login.css">
|
|
<link rel="stylesheet" href="<%-originalURL%>libs/css/material.min.css">
|
|
<link rel="stylesheet" href="<%-originalURL%>libs/css/material.style.css">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<% include header-favicon.ejs %>
|
|
<script src="<%-originalURL%>libs/js/jquery.min.js"></script>
|
|
<script src="<%-originalURL%>libs/js/jquery-ui.min.js"></script>
|
|
<script src="<%-originalURL%>libs/js/jquery.serialize.js"></script>
|
|
</head>
|
|
<% cleanLang = function(string){
|
|
if(!string){string=''}
|
|
return string.replace(/'/g,"\\'")
|
|
}%>
|