2
1
Fork 0
mirror of https://git.savannah.gnu.org/git/gnuboot.git synced 2025-01-05 15:57:40 +01:00
gnuboot/website/index.html.tmpl
Denis 'GNUtoo' Carikli 776073e2f8
website: make the website prefix (software/gnuboot) configurable.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
2024-06-11 20:29:57 +02:00

26 lines
1.2 KiB
Cheetah

<!DOCTYPE html>
<html>
<!-- Copyright (C) 2022-2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
--
-- This file 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, or (at your option) the GNU Free
-- Documentation License, Version 1.3 or any later version published by
-- the Free Software Foundation; with no Invariant Sections,
-- no Front-Cover Texts, and no Back-Cover Texts.
--
-- This file 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.
--
-- A copy of the GPLv3 license is included in website-build/COPYING file and
-- the GFDL1.3 can be found in the website/COPYING file.
--
-- You should have received a copy of these license along with this program.
-- If not, see <https://www.gnu.org/licenses/>.
-->
<head>
<meta http-equiv="Refresh" content="0; url='https://gnu.org/WEBSITE_PREFIX/web/'" />
</head>
</html>