sorry for doing this.
This commit is contained in:
parent
5fc82a8bc7
commit
b3db294485
106 changed files with 86 additions and 259 deletions
26
oldshit/resources/splash/index.html
Normal file
26
oldshit/resources/splash/index.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Splash Screen</title>
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
html, body {
|
||||
background: transparent;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
body {
|
||||
background-color: transparent;
|
||||
background-image: url("ameres://appx/logo.png");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue