Outsource default favicons
This commit is contained in:
@ -8,8 +8,9 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
|
||||
<link rel="stylesheet" type="text/css" href="/.sesimos/style.css"/>
|
||||
%5$s <style>html{--color:var(--%4$s);}</style>
|
||||
<link rel="stylesheet" type="text/css" href="/.sesimos/res/style.css"/>
|
||||
<link rel="alternate icon" type="image/svg+xml" sizes="any" href="%5$s"/>
|
||||
<style>html{--color:var(--%4$s);}</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
3
res/icon_error.svg
Normal file
3
res/icon_error.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<text x="4" y="12" fill="#C00000" style="font-family:'Arial',sans-serif">:(</text>
|
||||
</svg>
|
After Width: | Height: | Size: 158 B |
3
res/icon_info.svg
Normal file
3
res/icon_info.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<text x="4" y="12" fill="#606060" style="font-family:'Arial',sans-serif">:)</text>
|
||||
</svg>
|
After Width: | Height: | Size: 158 B |
3
res/icon_success.svg
Normal file
3
res/icon_success.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<text x="4" y="12" fill="#008000" style="font-family:'Arial',sans-serif">:)</text>
|
||||
</svg>
|
After Width: | Height: | Size: 158 B |
3
res/icon_warning.svg
Normal file
3
res/icon_warning.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<text x="4" y="12" fill="#E0C000" style="font-family:'Arial',sans-serif">:)</text>
|
||||
</svg>
|
After Width: | Height: | Size: 158 B |
Reference in New Issue
Block a user