Resize images to 3840x2160 exactly.
This commit is contained in:
parent
32de3bd46b
commit
25ee179427
BIN
img/afternoon.png
Normal file
BIN
img/afternoon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 MiB |
BIN
img/evening.png
Normal file
BIN
img/evening.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 MiB |
BIN
img/morning.png
Normal file
BIN
img/morning.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 MiB |
@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img id=bg-morning class=bg src="img/morning.jpg">
|
<img id=bg-morning class=bg src="img/morning.png">
|
||||||
<img id=bg-afternoon class=bg src="img/afternoon.jpg">
|
<img id=bg-afternoon class=bg src="img/afternoon.png">
|
||||||
<img id=bg-evening class=bg src="img/evening.jpg">
|
<img id=bg-evening class=bg src="img/evening.png">
|
||||||
<img id=bg-night class=bg src="img/night.gif">
|
<img id=bg-night class=bg src="img/night.gif">
|
||||||
|
|
||||||
<div id=ui-container>
|
<div id=ui-container>
|
||||||
@ -37,6 +37,9 @@
|
|||||||
</h1>
|
</h1>
|
||||||
<input type=password name=pwd placeholder='password...'>
|
<input type=password name=pwd placeholder='password...'>
|
||||||
<i class='fa fa-exclamation-circle' id=fail-msg></i>
|
<i class='fa fa-exclamation-circle' id=fail-msg></i>
|
||||||
|
<div id=checking-credentials>checking credentials
|
||||||
|
<span id=c1>.</span><span id=c2>.</span><span id=c3>.</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id=session-panel>
|
<div id=session-panel>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user