Browse Source

ajout de la favicon

master
Cabillot Julien 6 years ago
parent
commit
2bbf899360
3 changed files with 2 additions and 0 deletions
  1. BIN
      root/img/favicon.png
  2. 1
      root/scripts/index.html
  3. 1
      templates/status.php

BIN
root/img/favicon.png

Before After
Width: 340  |  Height: 431  |  Size: 51 KiB

1
root/scripts/index.html

@ -2,6 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Comment T&eacute;l&eacute;charger</title>
<link rel="icon" type="image/png" href="/img/favicon.png">
<link rel="stylesheet" href="/css/my.css">
<link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>

1
templates/status.php

@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Admin</title>
<link rel="icon" type="image/png" href="/img/favicon.png">
<link rel="stylesheet" href="/css/my.css">
<link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="/js/jquery-2.1.1.min.js"></script>

Loading…
Cancel
Save