Update index-open.html
This commit is contained in:
parent
297a5cc2a0
commit
bf56750b98
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue