Skip to content

Commit 8a39ea5

Browse files
committed
Generated all kinds of spiffy favicons at http://realfavicongenerator.net
1 parent e93926b commit 8a39ea5

File tree

10 files changed

+1004
-0
lines changed

10 files changed

+1004
-0
lines changed

android-chrome-192x192.png

22.6 KB
Loading

apple-touch-icon.png

21.8 KB
Loading

browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#2b5797</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

favicon-16x16.png

1.22 KB
Loading

favicon-32x32.png

2 KB
Loading

favicon.ico

7.23 KB
Binary file not shown.

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
5+
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
6+
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
7+
<link rel="manifest" href="/manifest.json">
8+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
9+
<meta name="theme-color" content="#ffffff">
10+
411
<script language="javascript" src="https://github.com/LambdaHack/lambdahack.github.io/releases/download/newestJS/all.js"></script>
12+
13+
<title>LambdaHack</title>
514
</head>
615
<body>
716
</body>

manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Allure of the Stars",
3+
"icons": [
4+
{
5+
"src": "\/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image\/png"
8+
}
9+
],
10+
"theme_color": "#ffffff",
11+
"display": "standalone"
12+
}

mstile-150x150.png

13.4 KB
Loading

safari-pinned-tab.svg

Lines changed: 974 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)