Fehler behoben Hintergrund fehlt css masterseite
This commit is contained in:
@@ -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"/>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user