Fehler behoben Hintergrund fehlt css masterseite

This commit is contained in:
ja
2021-08-30 15:19:09 +02:00
parent 60debbad17
commit fcf6f0be45
3 changed files with 5 additions and 9 deletions

View File

@@ -5,11 +5,7 @@
<html lang="en"></html>
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
<style>
</style>
<%@ import Namespace="MySql.Data.MySqlClient" %>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>

View File

@@ -7,11 +7,11 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<script src="js/netzwerk.js" type="text/javascript"></script>

View File

@@ -1,7 +1,7 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: src(../images/road.jpg);
background-image: url("../../images/road.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
@@ -163,7 +163,7 @@ ContentPlaceHolder1 {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: src(../images/road.jpg);
background-image: url("../../images/road.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;