You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.8 KiB
HTML
60 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<!--
|
|
Copyright (c) 2020-2021 Thomas Kramer.
|
|
|
|
This file is part of librEDA
|
|
(see https://codeberg.org/libreda).
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero 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 Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<html>
|
|
<head>
|
|
<title>LibrEDA - Imprint/Impressum</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Imprint/Impressum" />
|
|
<meta name="keywords" content="impressum" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="content" class="flexvertical">
|
|
|
|
<h1><img src="img/libreda_logo_square.svg" height="40px" style="margin-bottom: -5px"/> <a href="https://libreda.org">LibrEDA.org</a> Imprint/Impressum</h1>
|
|
|
|
|
|
<div class="box">
|
|
<p>
|
|
LibrEDA is a non-profit project. </br>
|
|
</p>
|
|
<p>
|
|
Site maintainer: Thomas Kramer </br>
|
|
Contact: code at tkramer dot ch </br>
|
|
</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<a href="https://codeberg.org/librEDA/pages">Source Code</a>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|