Not yet doing anything useful, but ground has been cut.

This commit is contained in:
Simon Brooke 2023-01-30 22:04:31 +00:00
parent 1404035193
commit b3abcf3f13
7 changed files with 112 additions and 7 deletions

View file

@ -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;
}

View file

@ -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>