add favicon on pages
continuous-integration/drone/push Build is passing Details

master
Bastien JACQUELIN 2 years ago
parent ec42198642
commit ba3be75ddb

@ -7,6 +7,7 @@
<!-- <base href="https://codefirst.iut.uca.fr/containers/HyperSet-hyperset/"> -->
<link rel="stylesheet" type="text/css" href="./styles/style.css">
<link rel="stylesheet" type="text/css" href="./styles/index.css">
<link rel="icon" type="image/x-icon" href="/resources/favicon.ico">
</head>
<body>

@ -5,6 +5,8 @@
<title>Room - HyperSet</title>
<link rel='stylesheet' type='text/css' href='/styles/style.css' />
<link rel='stylesheet' type='text/css' href='/styles/room.css' />
<link rel="icon" type="image/x-icon" href="/resources/favicon.ico">
</head>
<body>

Loading…
Cancel
Save