luciaa.at/legal_notice.html
Lucia Zehentner aae2b9f7a0 Improvements to data structure, added webfont, added a subpage for FOSS licenses, reworked some text.
+ Added Hack webfont to the website.
+ Renamed resources folder to assets, reworked general data structure of static data.
+ Added a subpage for FOSS licenses used
+ Improve various texts
+ Headlines now all follow internal conventions (all lowercase)
+ Added 2 more websites to useful stuff
2024-07-14 00:48:14 +02:00

24 lines
699 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lucia's Legal Notice</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="assets/fonts/Hack/Hack.css">
</head>
<body>
<div class="content">
<div class="legalnotice no-top-margin">
<h2>Legal Notice</h2>
<b>Impressum</b><br>
<pre>Lucia Zehentner
Ulmenstraße 65/Top 1
6063 Rum
</pre>
<p>This section is to comply with Austrian law regarding the providing of websites. Feel free to ignore it ;)</p>
<a href="index.html">Back to Main Page</a>
</div>
</div>
</body>
</html>