mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
add code example partials
This commit is contained in:
parent
c133252cb6
commit
4ac2f2c4e1
2 changed files with 11 additions and 0 deletions
6
views/tutorial/html/code_examples/3.erb
Normal file
6
views/tutorial/html/code_examples/3.erb
Normal file
|
@ -0,0 +1,6 @@
|
|||
<h1>Really important heading!</h1>
|
||||
<h2>Secondary heading</h2>
|
||||
<h3>Tertiary heading</h3>
|
||||
<h4>Other heading</h4>
|
||||
<h5>Minor heading</h5>
|
||||
<h6>Very minor heading</h6>
|
5
views/tutorial/html/code_examples/7_1.erb
Normal file
5
views/tutorial/html/code_examples/7_1.erb
Normal file
|
@ -0,0 +1,5 @@
|
|||
<ol>
|
||||
<li>First item</li>
|
||||
<li>Second item</li>
|
||||
<li>Third item</li>
|
||||
</ol>
|
Loading…
Add table
Reference in a new issue