-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.65 KB
/
index.html
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
28
29
30
31
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Plate UI</title>
<meta property="og:type" content="website">
<meta property="og:site_name" content="Plate UI">
<meta property="og:title" content="Plate Demo">
<meta property="og:description" content="Plate UI is Admin site powered by JSON APIs. The whole Admin site is described by JSON.">
<meta property="og:url" content="https://plateui.com/demo/">
<meta property="og:image" content="https://repository-images.githubusercontent.com/272706198/2c927d00-b3e2-11ea-89a0-8ac78954f4f1">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@lepture">
<link rel="stylesheet" href="./plate.css">
<script>window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;ga('create', 'UA-34098939-2');ga('send', 'pageview')</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body>
<noscript>
<strong>Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-router.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/moment.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/Chart.min.js"></script>
<script src="./plate.js"></script>
</body>
</html>