adding favicon
This commit is contained in:
parent
c94efe36b1
commit
4007aa84d8
BIN
static/images/AIDuet_152.png
Normal file
BIN
static/images/AIDuet_152.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
static/images/AIDuet_16.png
Normal file
BIN
static/images/AIDuet_16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
static/images/AIDuet_196.png
Normal file
BIN
static/images/AIDuet_196.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
static/images/AIDuet_32.png
Normal file
BIN
static/images/AIDuet_32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -1,13 +1,18 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>AI DUET</title>
|
<title>A.I. DUET</title>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
|
|
||||||
<meta name="description" content="AI DUET">
|
<meta name="description" content="AI DUET">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,700" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,700" rel="stylesheet">
|
||||||
<script type="text/javascript" src="build/Main.js"></script>
|
<script type="text/javascript" src="build/Main.js"></script>
|
||||||
|
|
||||||
|
<link rel="icon" type="image/png" href="./images/AIDuet_16.png" sizes="16x16">
|
||||||
|
<link rel="icon" type="image/png" href="./images/AIDuet_32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="./images/AIDuet_152.png" sizes="152x152">
|
||||||
|
<link rel="icon" type="image/png" href="./images/AIDuet_196.png" sizes="196x196">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user