wah
BIN
android-chrome-96x96.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
apple-touch-icon.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
9
browserconfig.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#603cba</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
favicon-16x16.png
Normal file
After Width: | Height: | Size: 815 B |
BIN
favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
11
index.html
|
@ -5,6 +5,17 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>VoidMedia</title>
|
||||
<link rel="stylesheet" href="/main.css">
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="msapplication-TileColor" content="#603cba">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
BIN
mstile-150x150.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
20
safari-pinned-tab.svg
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="128.000000pt" height="128.000000pt" viewBox="0 0 128.000000 128.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,128.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M244 1271 c-48 -12 -133 -62 -160 -94 -14 -17 -37 -53 -52 -81 l-27
|
||||
-51 0 -405 0 -405 34 -63 c38 -70 69 -100 145 -140 l51 -27 405 0 c400 0 406
|
||||
0 450 23 72 35 114 75 151 144 l34 63 0 405 0 405 -27 51 c-40 76 -70 107
|
||||
-140 145 l-63 34 -385 2 c-212 1 -399 -2 -416 -6z m156 -386 l0 -165 80 0 80
|
||||
0 0 -165 0 -165 85 0 85 0 0 165 0 165 80 0 80 0 0 165 0 165 85 0 85 0 0
|
||||
-165 0 -165 -85 0 -85 0 0 -165 0 -165 -80 0 -80 0 0 -80 0 -80 -85 0 -85 0 0
|
||||
80 0 80 -80 0 -80 0 0 165 0 165 -85 0 -85 0 0 165 0 165 85 0 85 0 0 -165z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1 KiB |
14
site.webmanifest
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|