2020-04-07 22:19:27 +00:00
|
|
|
<!DOCTYPE html>
|
2020-05-14 16:57:43 +00:00
|
|
|
<html lang="en" dir="ltr" data-theme="light">
|
2020-04-19 20:02:06 +00:00
|
|
|
|
2020-05-08 20:02:08 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>deemix</title>
|
2020-06-07 19:06:52 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/public/css/vendor/animate.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/public/css/vendor/material-icons.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/public/css/vendor/OpenSans.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/public/css/vendor/toastify.css">
|
2020-05-08 20:02:08 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/public/css/style.css">
|
|
|
|
<link rel="shortcut icon" href="/public/favicon.ico">
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0">
|
|
|
|
<script>
|
2020-05-14 16:57:43 +00:00
|
|
|
if (localStorage.getItem('selectedTheme')) {
|
|
|
|
document.documentElement.setAttribute('data-theme', localStorage.getItem('selectedTheme'))
|
2020-05-08 20:02:08 +00:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-06-29 18:23:56 +00:00
|
|
|
<div id="app"></div>
|
2020-05-08 20:02:08 +00:00
|
|
|
</body>
|
2020-06-29 18:23:56 +00:00
|
|
|
|
2020-05-08 20:02:08 +00:00
|
|
|
<script type="text/javascript" src="/public/js/vendor/socket.io.js"></script>
|
2020-04-19 20:02:06 +00:00
|
|
|
|
2020-05-08 20:02:08 +00:00
|
|
|
<script src="/public/js/bundle.js"></script>
|
2020-04-19 20:02:06 +00:00
|
|
|
|
2020-06-18 16:29:38 +00:00
|
|
|
</html>
|