Add favicons
This commit is contained in:
parent
6a7c2c3b23
commit
fe4cc7b845
|
@ -1,8 +1,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf8">
|
<meta charset="utf8">
|
||||||
<title>Empact</title>
|
<title>Empact</title>
|
||||||
|
<link rel="shortcut icon" sizes="16x16 32x32 64x64" href="/images/favicon.ico">
|
||||||
|
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicon_128.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="114x114" href="/images/favicon_128.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="72x72" href="/images/favicon_128.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_128.png">
|
||||||
<link rel="stylesheet" href="/bower_components/normalize.css/normalize.css">
|
<link rel="stylesheet" href="/bower_components/normalize.css/normalize.css">
|
||||||
<link rel="stylesheet" href="/styles/logo.css">
|
<link rel="stylesheet" href="/styles/logo.css">
|
||||||
<link rel="stylesheet" href="/styles/menu.css">
|
<link rel="stylesheet" href="/styles/menu.css">
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
Loading…
Reference in New Issue