-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1.21 KB
/
index.html
File metadata and controls
27 lines (25 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html>
<head>
<link rel=«apple-touch-icon-precomposed sizes="180x180" href="/public/favicon/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon" sizes="180x180" href="/public/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="48x48" href="/public/favicon/favicon-48x48.png">
<link rel="icon" type="image/png" sizes="32x32" href="/public/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/public/favicon/favicon-16x16.png">
<link rel="mask-icon" href="/public/favicon/safari-pinned-tab.svg" color="#0d0a03">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-config" content="browserconfig.xml">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Scorum Blog Admin</title>
<meta name="description"
content="Scorum blog admin web">
<link rel="stylesheet" href="/dist/static/theme.bundle.css">
<link rel="stylesheet" href="/dist/static/main.bundle.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900">
</head>
<body>
<div id="react-app-container"></div>
<script src="/dist/static/main.bundle.js"></script>
</body>
</html>