Not yet doing anything useful, but ground has been cut.
This commit is contained in:
parent
1404035193
commit
b3abcf3f13
7 changed files with 112 additions and 7 deletions
|
|
@ -1,2 +1,25 @@
|
|||
/* some style */
|
||||
|
||||
body,
|
||||
.app {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.desktop {
|
||||
background-color: gray;
|
||||
}
|
||||
|
||||
.executive {
|
||||
background-color: black;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.titlebar {
|
||||
background-color: cornflowerblue;
|
||||
}
|
||||
|
||||
.window {
|
||||
background-color: whitesmoke;
|
||||
color: darkslategrey;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
<h2>Figwheel template</h2>
|
||||
<p>Checkout your developer console.</p>
|
||||
</div>
|
||||
<script src="js/compiled/svd.js" type="text/javascript"></script>
|
||||
<script src="js/compiled/svd.js" type="text/javascript">
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue