mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
Add favicon
This commit is contained in:
parent
659a41e8b7
commit
85a0f45b97
3 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
|
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
|
||||||
<title>Example index of /bluelib/</title>
|
<title>Example index of /bluelib/</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<link rel="stylesheet" href="dist/skeleton.apache.css" type="text/css">
|
<link rel="stylesheet" href="dist/skeleton.apache.css" type="text/css">
|
||||||
<link rel="alternate stylesheet" href="dist/paper.apache.css" title="Sheet of Paper" type="text/css">
|
<link rel="alternate stylesheet" href="dist/paper.apache.css" title="Sheet of Paper" type="text/css">
|
||||||
<link rel="alternate stylesheet" href="dist/hacker.apache.css" title="Hacker Terminal" type="text/css">
|
<link rel="alternate stylesheet" href="dist/hacker.apache.css" title="Hacker Terminal" type="text/css">
|
||||||
|
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<link rel="stylesheet" href="dist/skeleton.root.css" type="text/css">
|
<link rel="stylesheet" href="dist/skeleton.root.css" type="text/css">
|
||||||
<link rel="stylesheet alternate" href="dist/paper.root.css" title="Sheet of Paper" type="text/css">
|
<link rel="stylesheet alternate" href="dist/paper.root.css" title="Sheet of Paper" type="text/css">
|
||||||
<link rel="stylesheet alternate" href="dist/hacker.root.css" title="Hacker Terminal" type="text/css">
|
<link rel="stylesheet alternate" href="dist/hacker.root.css" title="Hacker Terminal" type="text/css">
|
||||||
|
|
Loading…
Reference in a new issue