aboutsummaryrefslogtreecommitdiff
path: root/static/admin/index.html
blob: ea5090b81188f452b361b75ab62342a2a742a703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>cState Admin</title>
  <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.css" />
</head>
<body>
  <!--
  To easily manage your status on Netlify,
  much like on WordPress, you need to keep
  this directory. Platforms which do not
  support Netlify CMS do not need this
  /admin/ directory.
  -->

  <script src="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.js"></script>
</body>
</html>