mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-16 07:03:13 +00:00
Remove search temporarilly
This commit is contained in:
parent
cd0c829e07
commit
982341bfe5
4 changed files with 95 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
<?php include "ui/required.php"; ?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
@ -31,7 +29,10 @@
|
|||
<link rel='stylesheet' href='Flyout/flyout.css'>
|
||||
</head>
|
||||
<body>
|
||||
<?php include "ui/nav.php"; ?>
|
||||
<?php
|
||||
include "ui/required.php";
|
||||
include "ui/nav.php";
|
||||
?>
|
||||
|
||||
<div class="about-root">
|
||||
<h2 id="about">What is Fluffys Amazing Gallery?</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue