14 lines
353 B
HTML
14 lines
353 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js" async></script>
|
|
|
|
<title>Static CMS - Git Gateway Development Test</title>
|
|
</head>
|
|
<body>
|
|
<script src="/static-cms-core.js"></script>
|
|
<script type="module" src="/index.js"></script>
|
|
</body>
|
|
</html>
|