| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="UTF-8"/> |
| </head> |
| <body style="text-align: justify; font: 40px Litherum; margin: 0px; -webkit-font-smoothing: none;"> |
| <div style="position: absolute; left: 0px; top: 0px; width: 100%;"> |
| <div style="position: absolute; width: 400px; height: 20px; right: 100px; top: 0px; background: black;"></div> |
| <div style="position: absolute; width: 40px; height: 40px; left: 0px; top: 20px; background: black;"></div> |
| <div style="position: absolute; width: 40px; height: 40px; left: 480px; top: 20px; background: black;"></div> |
| <div style="position: absolute; width: 100px; height: 50px; right: 0px; top: 10px; background: rgb(0, 255, 0);"></div> |
| <div style="position: absolute; width: 800px; height: 40px; left: 0px; top: 64px; background: black;"></div> |
| </div> |
| </body> |
| </html> |