Commit 4eab9a15 by David Neumaier

asd

parent 2bba791d
const electron = require('electron');
const app = electron.app;
const BrowserWindow = electron.BrowserWindow;
//var play = require('play').Play();
const path = require('path');
const url = require('url');
......
......@@ -13,6 +13,7 @@
"electron": "^1.4.1"
},
"dependencies": {
"play": "^0.5.0",
"play-sound": "^1.1.1",
"sygtools": "^0.2.7"
}
......
body {
background-color: #161616;
background-color: #242424;
font-size: 12px;
color: #DEDEDE;
font-family: sans-serif;
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
h1 {
font-size: 18px;
div.header {
height: 8vh;
background-color: #121212;
padding: 4px;
margin: 0px;
}
div.main {
width: 100%;
padding: 0px;
margin: 0px;
}
div.main .left-menu {
height: 80vh;
display: inline-block;
width: 18%;
background-color: #121212;
padding: 3px;
margin: 0px;
}
div.main .content {
height: 80vh;
display: inline-block;
width: 78%;
padding: 3px;
margin: 0px;
}
div.footer {
height: 12vh;
background-color: #323232;
padding: 4px;
margin: 0px;
}
......@@ -6,7 +6,20 @@
<link rel="stylesheet" href="main.css"></link>
</head>
<body>
<h1>sers.</h1>
<div class="header">
header
</div>
<div class="main">
<div class="left-menu">
left
</div>
<div class="content">
main
</div>
</div>
<div class="footer">
footer
</div>
</body>
<script>
require('./renderer.js')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment