♿ Share post as image on web
This commit is contained in:
		| @@ -111,15 +111,14 @@ | ||||
|   <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"> | ||||
| </head> | ||||
|  | ||||
|   <body> | ||||
|   <body oncontextmenu="return false;"> | ||||
|   <picture id="splash"> | ||||
|       <source srcset="splash/img/light-1x.png 1x, splash/img/light-2x.png 2x, splash/img/light-3x.png 3x, splash/img/light-4x.png 4x" media="(prefers-color-scheme: light)"> | ||||
|       <source srcset="splash/img/dark-1x.png 1x, splash/img/dark-2x.png 2x, splash/img/dark-3x.png 3x, splash/img/dark-4x.png 4x" media="(prefers-color-scheme: dark)"> | ||||
|       <img class="center" aria-hidden="true" src="splash/img/light-1x.png" alt=""> | ||||
|   </picture> | ||||
|    | ||||
|    | ||||
|     <script src="flutter_bootstrap.js" async=""></script> | ||||
|   <script src="flutter_bootstrap.js" async=""></script> | ||||
|    | ||||
|  | ||||
| </body></html> | ||||
		Reference in New Issue
	
	Block a user