Removed credit from header as footer works

for credits
This commit is contained in:
Sophia Atkinson 2022-12-21 13:14:26 -08:00
parent 22d0a8bed8
commit 1318aa7cd3
6 changed files with 6 additions and 29 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.well-known .well-known
.user.ini .user.ini
sitemap.xml sitemap.xml
.vscode
photostandard.txt photostandard.txt

View File

@ -2,11 +2,6 @@
include(__DIR__ . './../../assets/config.php'); include(__DIR__ . './../../assets/config.php');
?> ?>
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!--
Multiverse by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html> <html>
<head> <head>

View File

@ -2,11 +2,6 @@
include(__DIR__ . './../../assets/config.php'); include(__DIR__ . './../../assets/config.php');
?> ?>
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!--
Multiverse by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html> <html>
<head> <head>
@ -144,7 +139,6 @@
</div> </div>
<?php <?php
include(__DIR__ . '../../../assets/includes/footer.php'); include(__DIR__ . '../../../assets/includes/footer.php');
?> ?>
</body> </body>
</html> </html>

View File

@ -2,11 +2,6 @@
include(__DIR__ . './../../assets/config.php'); include(__DIR__ . './../../assets/config.php');
?> ?>
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!--
Multiverse by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html> <html>
<head> <head>

View File

@ -1,17 +1,14 @@
@import url("https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"); @import url("https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic"); @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");
/*
Multiverse by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
::-webkit-scrollbar { ::-webkit-scrollbar {
display: none; display: none;
} }
a.white-link{
color:#fff a.white-link {
color: #fff;
} }
@-moz-keyframes spinner { @-moz-keyframes spinner {
0% { 0% {
-moz-transform: rotate(0deg); -moz-transform: rotate(0deg);

View File

@ -2,11 +2,6 @@
include(__DIR__ . '/assets/config.php'); include(__DIR__ . '/assets/config.php');
?> ?>
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!--
Multiverse by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html> <html>
<head> <head>