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
.user.ini
sitemap.xml
.vscode
photostandard.txt

View File

@ -2,11 +2,6 @@
include(__DIR__ . './../../assets/config.php');
?>
<!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>
<head>

View File

@ -2,11 +2,6 @@
include(__DIR__ . './../../assets/config.php');
?>
<!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>
<head>
@ -144,7 +139,6 @@
</div>
<?php
include(__DIR__ . '../../../assets/includes/footer.php');
?>
?>
</body>
</html>

View File

@ -2,11 +2,6 @@
include(__DIR__ . './../../assets/config.php');
?>
<!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>
<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://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 {
display: none;
}
a.white-link{
color:#fff
a.white-link {
color: #fff;
}
@-moz-keyframes spinner {
0% {
-moz-transform: rotate(0deg);

View File

@ -2,11 +2,6 @@
include(__DIR__ . '/assets/config.php');
?>
<!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>
<head>