mirror of
https://github.com/4yn/slidershim.git
synced 2024-12-18 07:05:52 +01:00
new icon
This commit is contained in:
parent
51a77c76fa
commit
da00ed9afa
BIN
src-tauri/src/slider_io/brokenithm-www/icon.png
Normal file
BIN
src-tauri/src/slider_io/brokenithm-www/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
@ -8,7 +8,7 @@
|
|||||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||||
/>
|
/>
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<link rel="apple-touch-icon" href="favicon.ico" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/icon.png" />
|
||||||
<style>
|
<style>
|
||||||
#fullscreen {
|
#fullscreen {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||||
/>
|
/>
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<link rel="apple-touch-icon" href="favicon.ico" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/icon.png" />
|
||||||
<style>
|
<style>
|
||||||
#fullscreen {
|
#fullscreen {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -42,6 +42,7 @@ static BROKENITHM_STR_FILES: phf::Map<&'static str, (&'static str, &'static str)
|
|||||||
|
|
||||||
static BROKENITHM_BIN_FILES: phf::Map<&'static str, (&'static [u8], &'static str)> = phf_map! {
|
static BROKENITHM_BIN_FILES: phf::Map<&'static str, (&'static [u8], &'static str)> = phf_map! {
|
||||||
"favicon.ico" => (include_bytes!("./brokenithm-www/favicon.ico"), "image/x-icon"),
|
"favicon.ico" => (include_bytes!("./brokenithm-www/favicon.ico"), "image/x-icon"),
|
||||||
|
"icon.png" => (include_bytes!("./brokenithm-www/icon.png"), "image/png"),
|
||||||
};
|
};
|
||||||
|
|
||||||
async fn serve_file(path: &str) -> Result<Response<Body>, Infallible> {
|
async fn serve_file(path: &str) -> Result<Response<Body>, Infallible> {
|
||||||
|
Loading…
Reference in New Issue
Block a user