This commit is contained in:
Mario 2023-01-26 18:19:12 +02:00 committed by GitHub
parent d864508df8
commit b8253c425f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title><?php echo $sitename; ?> | login</title>
<?php <?php
if(isset($_SESSION['user'])) { if(isset($_SESSION['user'])) {
header("Location: /home"); header("Location: /home");
@ -38,6 +37,7 @@ $thefunfact = json_decode($result);
?> ?>
<link rel="stylesheet" href="css/register.css"> <link rel="stylesheet" href="css/register.css">
</head> </head>
<title><?php echo $sitename; ?> | login</title>
<body> <body>
<form action="" method="post"> <form action="" method="post">
<div class="card mb-3 bg-dark" style="max-height: 19rem;"> <div class="card mb-3 bg-dark" style="max-height: 19rem;">