-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
17 lines (17 loc) · 901 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'self' interserver.net www.interserver.net my.interserver.net hostdepartment.com www.hostdepartment.com chat.is.cc openreplay.is.cc api.mailbaby.net;" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>My InterServer</title>
<!-- <link rel="stylesheet" href="/node_modules/jquery-ui/dist/themes/smoothness/jquery-ui.min.css" /> -->
<link rel="stylesheet" href="/css/misha-theme/jquery-ui.css" />
<link rel="stylesheet" href="/templates/adminlte/jquery.passwordRequirements.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>