Titel korrigiert

pull/4/head
Kai Sellmann 2023-05-05 15:07:27 +02:00
parent 8d9f7a9bb1
commit cbf58d5701
10 changed files with 10 additions and 10 deletions

View File

@ -7,7 +7,7 @@
<title>Bestellungen</title>
<style>
@import 'css/mobile.css' (max-width: 480px);
@import 'css/desktop.css' (min-width: 480px);
@import 'css/desktop.css' (min-width: 481px);
</style>
<script src="javascript/formchecker.js" async="true" ></script>
</head>

View File

@ -7,7 +7,7 @@
<title>Bestellung erfolgreich</title>
<style>
@import 'css/mobile.css' (max-width: 480px);
@import 'css/desktop.css' (min-width: 480px);
@import 'css/desktop.css' (min-width: 481px);
</style>
</head>

View File

@ -7,7 +7,7 @@
<title>Bestellung fehlgeschlagen</title>
<style>
@import 'css/mobile.css' (max-width: 480px);
@import 'css/desktop.css' (min-width: 480px);
@import 'css/desktop.css' (min-width: 481px);
</style>
</head>

View File

@ -7,7 +7,7 @@
<title>Datenschutzerklärung</title>
<style>
@import 'css/mobile.css' (max-width: 480px);
@import 'css/desktop.css' (min-width: 480px);
@import 'css/desktop.css' (min-width: 481px);
</style>
</head>

View File

@ -7,7 +7,7 @@
<title>Impressum</title>
<style>
@import 'css/mobile.css' (max-width: 480px);
@import 'css/desktop.css' (min-width: 480px);
@import 'css/desktop.css' (min-width: 481px);
</style>
</head>

View File

@ -7,7 +7,7 @@
<title>Second Harvest</title>
<style>
@import 'css/mobile.css' (max-width: 480px);
@import 'css/desktop.css' (min-width: 480px);
@import 'css/desktop.css' (min-width: 481px);
</style>
</head>
<body class="index">

View File

@ -7,7 +7,7 @@
<title>Kontakt</title>
<style>
@import 'css/mobile.css' (max-width: 480px);
@import 'css/desktop.css' (min-width: 480px);
@import 'css/desktop.css' (min-width: 481px);
</style>
</head>

View File

@ -7,7 +7,7 @@
<title>Produkte</title>
<style>
@import 'css/mobile.css' (max-width: 480px);
@import 'css/desktop.css' (min-width: 480px);
@import 'css/desktop.css' (min-width: 481px);
</style>
<script src="javascript/warenkorb.js"></script>
</head>

View File

@ -7,7 +7,7 @@
<title>Ueber uns</title>
<style>
@import 'css/mobile.css' (max-width: 480px);
@import 'css/desktop.css' (min-width: 480px);
@import 'css/desktop.css' (min-width: 481px);
</style>
</head>

View File

@ -7,7 +7,7 @@
<title>Warenkorb</title>
<style>
@import 'css/mobile.css' (max-width: 480px);
@import 'css/desktop.css' (min-width: 480px);
@import 'css/desktop.css' (min-width: 481px);
</style>
<script src="javascript/warenkorb.js"></script>
</head>