PDF rausgenommen
This commit is contained in:
20
msd2/myoos/media/.htaccess
Normal file
20
msd2/myoos/media/.htaccess
Normal 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>
|
30
msd2/myoos/media/deu/conditions.html
Normal file
30
msd2/myoos/media/deu/conditions.html
Normal 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ä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äftsbedingungen</h2>
|
||||
<p></p>
|
||||
Fügen Sie hier Ihre allgemeinen Geschäftsbedingungen ein.
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
msd2/myoos/media/deu/conditions.pdf
Normal file
BIN
msd2/myoos/media/deu/conditions.pdf
Normal file
Binary file not shown.
0
msd2/myoos/media/deu/index.html
Normal file
0
msd2/myoos/media/deu/index.html
Normal file
30
msd2/myoos/media/eng/conditions.html
Normal file
30
msd2/myoos/media/eng/conditions.html
Normal 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>
|
BIN
msd2/myoos/media/eng/conditions.pdf
Normal file
BIN
msd2/myoos/media/eng/conditions.pdf
Normal file
Binary file not shown.
0
msd2/myoos/media/eng/index.html
Normal file
0
msd2/myoos/media/eng/index.html
Normal file
0
msd2/myoos/media/index.html
Normal file
0
msd2/myoos/media/index.html
Normal file
Reference in New Issue
Block a user