Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@ <h2 class="mt-5">🥳 How to Join </h2>
<p class="lead">Insert the following HTML into your website:</p>
<div class="row">
<div class="col-sm-4 text-center my-5">
<iframe src="/embed.html" width="90px" height="60px" frameborder="0"></iframe>
<iframe style="border:none;" src="/embed.html" width="90px" height="60px"></iframe>
<p class="small text-muted mt-3">Live preview</p>
</div>
<div class="col-sm">
<pre class="px-4 rounded-lg"><code>
&#x3C;iframe src="https://webring.hackclub.com/embed.html" width="90px" height="60px" frameborder="0"&#x3E;&#x3C;iframe&#x3E;
&#x3C;iframe style="border:none;" src="https://webring.hackclub.com/embed.html" width="90px" height="60px"&#x3E;&#x3C;/iframe&#x3E;
</code></pre>
</div>
</div>
<p class="lead">Next, add your name (or nickname!) and URL where you placed the above code snippet at the file
<a rel=”noopener” target="_blank" href="https://github.com/hackclub/webring/edit/main/members.json"><span>Members.json</span></a>.
<a rel=”noopener” target="_blank" href="https://github.com/hackclub/webring/compare">Open a pull request</a> (tutorial
<p class="lead">Next, add your name (or nickname!) and URL where you placed the above code snippet at the file
<a rel=”noopener” target="_blank" href="https://github.com/hackclub/webring/edit/main/members.json"><span>Members.json</span></a>.
<a rel=”noopener” target="_blank" href="https://github.com/hackclub/webring/compare">Open a pull request</a> (tutorial
<a rel=”noopener” target="_blank" href="https://github.com/hackclub/hackclub/blob/main/CONTRIBUTING.md#making-a-pull-request">here</a>
!)and we'll review it within the next 48 hours. Cheers!</p>

Expand Down