forked from svrjs/svrjs
Change logo.png to one with "SVR.JS" name, adjust index.ejs for the new logo file, and adjust README.md
This commit is contained in:
parent
a3f76c56c1
commit
c35d913410
3 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://svrjs.org">
|
<a href="https://svrjs.org">
|
||||||
<img src="assets/logo.png" height="160">
|
<img src="assets/logo.png" width="429">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|
BIN
assets/logo.png
BIN
assets/logo.png
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 56 KiB |
|
@ -7,7 +7,7 @@
|
||||||
<br />
|
<br />
|
||||||
<% } %>
|
<% } %>
|
||||||
<br />
|
<br />
|
||||||
<img src="/logo.png" style="width: 224px; max-width: 100%;" />
|
<img src="/logo.png" style="width: 400px; max-width: 100%;" />
|
||||||
<br />
|
<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>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>
|
<p>Default <i>config.json</i> looks like this:</p>
|
||||||
|
|
Reference in a new issue