added user login to the page
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
<button class="button" onclick="location.href='setting.html'">Settings</button>
|
||||
<button class="button" onclick="location.href='./WebGames-master/WebGames-master/index.html'">Games</button>
|
||||
<button class="button" id="gamesComingSoonButton" onclick="location.href='./gametoadd.html'">Coming Soon</button>
|
||||
<button class="button" onclick="location.href='new-login-and-save/login.html'">Login</button>
|
||||
</div>
|
||||
<button class="calendar-button" style="opacity: 0;" onclick="location.href='cal.html'">Calendar</button>
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2>Sign Up / Login</h2>
|
||||
<button id="home" onclick="location.href='/index.html'">Home</button>
|
||||
<button id="signup">Sign In & Save Cookies</button>
|
||||
<button id="login">Sign In & Restore Cookies</button>
|
||||
<button id="reset">Cloud Reset (Clear Cookies)</button>
|
||||
|
||||
Reference in New Issue
Block a user