Skip to content

Commit 2bd7e98

Browse files
committed
init
1 parent 73e7230 commit 2bd7e98

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

public/admin/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
<body>
1313
<!-- Include the script that builds the page and powers Netlify CMS -->
1414
<script src="https://unpkg.com/netlify-cms@^1.0.0/dist/cms.js"></script>
15+
1516
</body>
1617
</html>

static/admin/auth.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>A static website</title>
5+
6+
<!-- include the widget -->
7+
<script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
8+
</head>
9+
<body>
10+
<!-- Add a menu:
11+
Log in / Sign up - when the user is not logged in
12+
Username / Log out - when the user is logged in
13+
-->
14+
<div data-netlify-identity-menu></div>
15+
16+
<!-- Add a simpler button:
17+
Simple button that will open the modal.
18+
-->
19+
<div data-netlify-identity-button>Login with Netlify Identity</div>
20+
</body>
21+
</html>

static/admin/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
<body>
1313
<!-- Include the script that builds the page and powers Netlify CMS -->
1414
<script src="https://unpkg.com/netlify-cms@^1.0.0/dist/cms.js"></script>
15+
1516
</body>
1617
</html>

0 commit comments

Comments
 (0)