Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
fix: logo was broken on main page (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 authored and jacobheun committed Oct 23, 2018
1 parent 696ed92 commit 41eed04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<body>
<center>
<br>
<img src="https://github.com/libp2p/libp2p/raw/master/logo/alternates/libp2p-logo-alt-4.png" alt="Libp2p Logo" width="128" />
<img src="https://raw.githubusercontent.com/libp2p/libp2p/master/logo/white-bg-1.png" alt="Libp2p Logo" width="128" />
<h2>This is a libp2p-websocket-star signalling-server</h2>
<p>Signaling Servers are used in libp2p to allow browsers and clients with restricted port-forwarding<br>to communicate with other peers in the libp2p network</p>
<div id="addr"></div>
Expand Down

0 comments on commit 41eed04

Please sign in to comment.