.github
.husky
core
dev-test
assets
backends
bitbucket
git-gateway
config.yml
index.html
github
gitlab
proxy
config.yml
example.css
index.html
index.js
src
test
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
.prettierrc
babel.config.js
jest.config.integration.js
jest.config.js
package.json
tsconfig.base.json
tsconfig.dev.json
tsconfig.json
webpack.config.js
yarn.lock
docs
.gitattributes
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
package.json
renovate.json
static-cms-icon.png
static-cms-logo.png
yarn.lock
13 lines
260 B
HTML
13 lines
260 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
|
||
|
<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>
|