Added electron app
This commit is contained in:
parent
240cde8dfc
commit
671cdf0707
15
electron/index.html
Normal file
15
electron/index.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<html><head>
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body><h1>💩</h1>
|
||||||
|
<marquee>70mb poop emoji</marquee>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
font-size: 40px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</body></html>
|
Loading…
Reference in a new issue