updating all files to use darkmode
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html data-bs-theme="dark">
|
||||
<?php
|
||||
// Initialize the session
|
||||
session_start();
|
||||
@@ -76,7 +76,7 @@ function load_user()
|
||||
<div class="container">
|
||||
<form action="public_cloud.php" method="POST">
|
||||
<input type="text" name="search" placeholder="Suchbegriff">
|
||||
<button type="submit" class="btn btn-dark my-5">Suchen</button>
|
||||
<button type="submit" class="btn btn-secondary my-5">Suchen</button>
|
||||
</form>
|
||||
<div style="overflow-y:auto;overflow-x:auto">
|
||||
<table class="table">
|
||||
|
||||
Reference in New Issue
Block a user