1
0
Fork 0
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:
Dorian Niemiec 2024-08-31 14:15:55 +02:00
parent a3f76c56c1
commit c35d913410
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<p align="center">
<a href="https://svrjs.org">
<img src="assets/logo.png" height="160">
<img src="assets/logo.png" width="429">
</a>
</p>
<p align="center">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View file

@ -7,7 +7,7 @@
<br />
<% } %>
<br />
<img src="/logo.png" style="width: 224px; max-width: 100%;" />
<img src="/logo.png" style="width: 400px; 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>