PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,20 @@
<Files *.php>
<IfModule mod_version.c>
<IfVersion < 2.4>
Order Deny,Allow
Deny from All
</IfVersion>
<IfVersion >= 2.4>
Require all denied
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_authz_core.c>
Order Deny,Allow
Deny from All
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</IfModule>
</Files>

View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Allgemeine Gesch&auml;ftsbedingungen</title>
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background: #F5F5F5;
color: #333333;
}
h2 {
font-family: arial, helvetica, sans serif;
font-size: 13px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<h2>Allgemeine Gesch&auml;ftsbedingungen</h2>
<p></p>
F&uuml;gen Sie hier Ihre allgemeinen Gesch&auml;ftsbedingungen ein.
</body>
</html>

Binary file not shown.

View File

View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Conditions of Use</title>
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background: #F5F5F5;
color: #333333;
}
h2 {
font-family: arial, helvetica, sans serif;
font-size: 13px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<h2>Conditions of Use</h2>
<p></p>
Put here your Conditions of Use information.
</body>
</html>

Binary file not shown.

View File

View File