Update index-open.html

This commit is contained in:
Innovation Inc 2019-04-22 13:53:01 -05:00 committed by GitHub
parent 8a3471239c
commit a179154f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@
background-color: gray;
padding: 300px;
border: 5px solid gray;
margin: 5;
margin: 0;
}
</style>
<body>
@ -70,7 +70,7 @@
<hr />
<dt><a target="_top" href="shuttingdown.html"><p><img src="shutdown.png" align="top" style="width:16px;height:16px;"> Shutdown DremJS</p></dt>
</ul>
<a href="index-closed.html"><p class="start">Start</p></a>
<a href="index-closed.html"><p class="start" style="left:5px;">Start</p></a>
</div>
</body>
</html>