Added electron app

master
Benjamin Bädorf 2020-03-23 13:18:20 +01:00
parent 240cde8dfc
commit 671cdf0707
1 changed files with 15 additions and 0 deletions

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>