forked from svrjs/svrjs
Change SVR.JS logo CSS properties on the default page
This commit is contained in:
parent
c05948467f
commit
af4f8b2105
1 changed files with 2 additions and 4 deletions
|
@ -18,10 +18,8 @@
|
|||
This version is only for test purposes and may be unstable.
|
||||
</div>
|
||||
<br/>
|
||||
<div style="width: 256px; margin: auto; display: inline-block;">
|
||||
<img src="/logo.png" style="width: 100%; max-width: 256px; _width: 256px;" />
|
||||
<br/>
|
||||
</div>
|
||||
<img src="/logo.png" style="width: 256px; max-width: 100%;" />
|
||||
<br/>
|
||||
<p>If you see this page that means that the server is working properly. You can further configure the server and replace <i>index.html</i> and <i>tests.html</i> pages with custom ones.</p>
|
||||
<p>Default <i>config.json</i> looks like this:</p>
|
||||
<code style="background-color: #e0e0e0; padding: 5px; text-align: left; display: block; display: inline-block;">
|
||||
|
|
Reference in a new issue