This commit is contained in:
Adam Sramek 2024-04-21 13:11:15 +02:00
parent 868e94f642
commit 46f7a7f8e7
2 changed files with 2 additions and 2 deletions

@ -5,6 +5,6 @@
<input type="password" id="login-password" placeholder="Password" required> <input type="password" id="login-password" placeholder="Password" required>
<button type="submit">Login</button> <button type="submit">Login</button>
</form> </form>
<p>Don't have an account? <a href="signup.html">Sign up</a></p> <p>Don't have an account? <a href="/?signup">Sign up</a></p>
</div> </div>

@ -1,4 +1,4 @@
body { body {
background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png); background-image: url(https://www.pcgamesn.com/wp-content/sites/pcgamesn/2021/07/minecraft-118-experimental-snapshot-2.jpg);
} }