Inital commit
This commit is contained in:
commit
91d1b5eb6d
22 changed files with 663 additions and 0 deletions
23
legal_notice.html
Normal file
23
legal_notice.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!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">
|
||||
</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>
|
Loading…
Add table
Add a link
Reference in a new issue