Files
zoff/server/public/layouts/admin/main.handlebars
Kasper Rynning-Tønnesen d8ecd34960 Updated socket.io version
2018-04-06 12:51:31 +02:00

71 lines
2.3 KiB
Handlebars

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>
Zoff Admin
</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#2D2D2D">
<meta property="og:image" content="https://zoff.me/assets/images/favicon.png">
<meta property="og:url" content="https://admin.zoff.me">
<meta property="og:title" content="Zoff Admin">
<meta property="og:description" content="Zoff admin panel">
<meta property="og:type" content="website">
<link rel="icon" id="favicon" type="image/png" href="https://zoff.me/assets/images/favicon.png">
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://zoff.me/assets/css/style.css" title="Default" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.1.0/socket.io.slim.js"></script>
<script type="text/javascript" src="/assets/admin/{{{where_get}}}/js/main.js"></script>
<style>
.preloader-wrapper {
margin-top:15%;
}
.spinner-zoff-only {
border-color: #2d2d2d !important;
}
.tab a{
color: black !important;
}
.name-chat {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.chat-icon {
width: 16px;
height: auto;
margin-right: 2px;
}
.tabs_admin{
margin-bottom:20px;
}
.tabs_admin .indicator{
width: initial !important;
background: black !important;
}
</style>
</head>
<body>
{{{body}}}
</body>
</html>