47 lines
1.4 KiB
HTML
47 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<!-- Copyright © 2025 Niklas Elsbrock -->
|
|
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Niklas Elsbrock – Open-Source-Lizenzen</title>
|
|
<meta name="description" content="Persönliche Website von Niklas Elsbrock." />
|
|
<meta name="copyright" content="Niklas Elsbrock" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.75" />
|
|
<link rel="stylesheet" href="/resources/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<h1>Open-Source-Lizenzen</h1>
|
|
|
|
<h2>Schriftarten:</h2>
|
|
|
|
<h3>Überschriften: <a href="https://fontsarena.com/metropolis-by-chris-simpson/">Metropolis</a></h3>
|
|
<p>Public Domain (<a href="https://unlicense.org/">Unlicense</a>)</p>
|
|
|
|
<h3>Text: <a href="https://github.com/rsms/inter">Inter</a></h3>
|
|
<p>
|
|
Copyright (c) 2016-2020 The Inter Project Authors.<br />
|
|
"Inter" is trademark of Rasmus Andersson.<br />
|
|
Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>.
|
|
</p>
|
|
|
|
<h3>Icons: <a href="https://fontawesome.com/">Font Awesome Free</a></h3>
|
|
<p>
|
|
Copyright (c) 2022 Fonticons, Inc.<br />
|
|
with Reserved Font Name: "Font Awesome".<br />
|
|
Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>.
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<p>
|
|
<a href="/" data-icon="">Zurück zur Hauptseite</a>
|
|
· <a href="/privacy.html">Datenschutz</a>
|
|
</p>
|
|
</main>
|
|
</body>
|
|
</html>
|