Renames some pages

This commit is contained in:
2022-04-18 16:46:05 -04:00
parent bd1ac1d24a
commit 1046fbe5c0
13 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
<head>
<title>
Schaefer Family - Backups
Backups
</title>
<?php
$DESCRIPTION = "A place to manage the backups.";

View File

@@ -4,7 +4,7 @@
<head>
<title>
Schaefer Family - Manage Containers
Manage Containers
</title>
<?php
$DESCRIPTION = "A way to manage the docker containers and which ones can be used.";

View File

@@ -4,7 +4,7 @@
<head>
<title>
Schaefer Family - Containers
Containers
</title>
<?php
$DESCRIPTION = "A way to start a few VM and access them in a web browser";

View File

@@ -4,7 +4,7 @@
<head>
<title>
Schaefer Family
Email
</title>
<?php
$DESCRIPTION = "A way to easily send emails through an SMTP server.";

View File

@@ -4,7 +4,7 @@
<head>
<title>
Schaefer Family - Floppy
Floppy
</title>
<?php
$DESCRIPTION = "The great bun bun's videos. Floppy has many great videos.";

View File

@@ -10,10 +10,10 @@ if (! file_exists("config.json")) {
<head>
<meta name="msvalidate.01" content="52F3C351645EB7619858FA8FCB20C441" />
<title>
Schaefer Family
lschaefer
</title>
<?php
$DESCRIPTION = "Main page of schaefer family website.";
$DESCRIPTION = "Main page of my personal website.";
include 'include/all.php';
?>
</head>
@@ -23,7 +23,7 @@ if (! file_exists("config.json")) {
include 'include/menu.php';
?>
<div class='main'>
<h1>Welcome to the Schaefer Family website!</h1>
<h1>Welcome to my personal website!</h1>
<p>This website is a personal project by Lukas Schaefer to practice web development and the source code for this website is on <a href="https://github.com/Lukasdotcom/website" rel="noopener noreferrer" target="_blank">github</a>.
If you find any bugs or want to request a feature feel free to open a github issue and I will look at it. If you find a security vulnerability or issue in my code please contact me directly at
<a href="mailto:security@lschaefer.xyz?subject=Website%20Vulnerability&amp;body=Hi%2C%20your%20website%20has%20a%20vulnerability.%20The%20vulnerability%20is%20...%20If%20you%20want%20to%20test%20it%20out%20these%20are%20the%20steps%20to%20reproduce%20it%20...%0AFrom%2C%20NAME">security@lschaefer.xyz</a></p>

View File

@@ -3,7 +3,7 @@
<head>
<title>
Schaefer Family - Log Page
Log Page
</title>
<?php
$DESCRIPTION = "Server log.";

View File

@@ -4,10 +4,10 @@
<head>
<title>
Schaefer Family - Login
Login
</title>
<?php
$DESCRIPTION = "Login page for Schaefer family.";
$DESCRIPTION = "Login page for my personal website.";
include 'include/all.php';
if ($USERNAME) {
setcookie("user", "", time() - 300);

View File

@@ -3,7 +3,7 @@
<head>
<title>
Schaefer Family - Maintenance
Maintenance Page
</title>
<?php
header('Retry-After: 3600', true);

View File

@@ -4,7 +4,7 @@
<head>
<title>
Schaefer Family
Page Not Found
</title>
<?php
$DESCRIPTION = "This page could not be found.";

View File

@@ -4,7 +4,7 @@
<head>
<title>
Schaefer Family - Soccer Videos
Soccer Videos
</title>
<?php
$DESCRIPTION = "Videos of playing soccer.";

View File

@@ -3,7 +3,7 @@
<head>
<title>
Schaefer Family - User Page
User Page
</title>
<?php
$DESCRIPTION = "Menu for editing users and deleting them.";

View File

@@ -4,7 +4,7 @@
<head>
<title>
Schaefer Family - Manage Sessions
Manage Sessions
</title>
<?php
$DESCRIPTION = "A place where you can manage your sessions and api keys";