Fixed a tiny tag bug in index.html

This commit is contained in:
Angelos Chalaris
2018-04-09 11:31:58 +03:00
parent 679e8c6711
commit 7cea814b6e
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -152,7 +152,7 @@
<span class="contribution-number">1</span>
<div class="section">
<h3>Create</h3>
<p style="text-align: justify">Start by creating a snippet, according to the <a href="https://github.com/Chalarangelo/30-seconds-of-code/blob/master/snippet-template.md">snippet template. Make sure to follow these simple guidelines:</a></p>
<p style="text-align: justify">Start by creating a snippet, according to the <a href="https://github.com/Chalarangelo/30-seconds-of-code/blob/master/snippet-template.md">snippet template</a>. Make sure to follow these simple guidelines:</p>
<ul style="text-align: justify">
<li>Your snippet title must be unique and the same as the name of the implemented function.</li>
<li>Use the snippet description to explain what your snippet does and how it works.</li>