Favicons wurden hinzugefügt
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
<script src="../js/netzwerk.js" type="text/javascript"></script>
|
<script src="../js/netzwerk.js" type="text/javascript"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
|
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
|
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
|
||||||
|
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
// Vergebe den Event-Handler
|
// Vergebe den Event-Handler
|
||||||
document.onkeydown = handleKeyEvent;
|
document.onkeydown = handleKeyEvent;
|
||||||
|
|||||||
@@ -124,6 +124,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
|
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
|
||||||
|
|
||||||
</asp:Content>
|
</asp:Content>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<%@ Page Title="Kundenseite VERAG" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Kundenseite.aspx.vb" Inherits="Kundenbereich_Default" %>
|
<%@ Page Title="Kundenseite VERAG" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Kundenseite.aspx.vb" Inherits="Kundenbereich_Default" %>
|
||||||
|
|
||||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
|
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
|
||||||
|
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
|
||||||
<style>
|
<style>
|
||||||
.btn btn-primary{
|
.btn btn-primary{
|
||||||
color: #043381;
|
color: #043381;
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
min-width: 110%;
|
min-width: 110%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
|
||||||
}
|
}
|
||||||
</asp:Content>
|
</asp:Content>
|
||||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||||
|
|||||||
Reference in New Issue
Block a user