Update index-open.html
This commit is contained in:
parent
297a5cc2a0
commit
bf56750b98
|
@ -22,6 +22,13 @@
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
div {
|
||||||
|
background-color: gray;
|
||||||
|
width: 500px;
|
||||||
|
padding: 1000px;
|
||||||
|
border: 5px solid gray;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<h1>DremJS Version 0.0.1a</h1>
|
<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>
|
<li><a href="apps/TestApp2/index.html"><p>Test App 2</p></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue