diff --git a/lepuget2/index.html b/lepuget2/index.html new file mode 100644 index 0000000000000000000000000000000000000000..7f98ea30931e4d4668d0dff69c38c3a5cb547328 --- /dev/null +++ b/lepuget2/index.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> +<head> + <title>A static website</title> + + <!-- include the widget --> + <script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script> +</head> +<body> + <!-- Add a menu: + Log in / Sign up - when the user is not logged in + Username / Log out - when the user is logged in + --> + <div data-netlify-identity-menu></div> + + <!-- Add a simpler button: + Simple button that will open the modal. + --> + <div data-netlify-identity-button>Login with Netlify Identity</div> +</body> +</html>