Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « admin « static « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf5704be65204d9b671f4149847e41471c024a94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Content Manager</title>
  <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</head>
<body>
  <!-- Include the script that builds the page and powers Netlify CMS -->
  <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
  <script src="./shortcode/alert.js"></script>
  <script src="./shortcode/expand.js"></script>
  <script src="./shortcode/panel.js"></script>
  <script src="./shortcode/button.js"></script>
</body>
</html>