Added electron app

This commit is contained in:
Benjamin Bädorf 2020-03-23 13:18:20 +01:00
parent 240cde8dfc
commit 671cdf0707

15
electron/index.html Normal file
View 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>