Update index-open.html

This commit is contained in:
DremOS Developing Team 2018-06-29 22:22:12 -05:00 committed by GitHub
parent 297a5cc2a0
commit bf56750b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,13 @@
-o-background-size: cover;
background-size: cover;
}
div {
background-color: gray;
width: 500px;
padding: 1000px;
border: 5px solid gray;
margin: 0;
}
</style>
<body>
<h1>DremJS Version 0.0.1a</h1>
@ -35,6 +42,6 @@
<li><a href="apps/TestApp2/index.html"><p>Test App 2</p></a></li>
</ul>
</ul>
<a href="index.html"><p class="start">Start</p></a>
<div><a href="index.html"><p class="start">Start</p></a></div>
</body>
</html>