From b754157713b79024793c3571f2dba8c688851796 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 27 Aug 2020 22:40:07 -0400 Subject: Inital rewrite --- components/Header.js | 59 ---------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 components/Header.js (limited to 'components/Header.js') diff --git a/components/Header.js b/components/Header.js deleted file mode 100644 index 6ed6271..0000000 --- a/components/Header.js +++ /dev/null @@ -1,59 +0,0 @@ -/* - Alee Productions Website: Website for Alee Productions - Copyright (C) 2019 Alee - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -import Head from "next/head"; - -const Header = (page) => ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {/* Fix this part */} - - Alee Productions - - -); - -export default Header; \ No newline at end of file -- cgit v1.2.3