mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
tutorial error checking adjustments, added refined line art images
This commit is contained in:
parent
b671a19326
commit
2cc969198f
18 changed files with 31 additions and 20 deletions
|
@ -15,8 +15,12 @@
|
|||
<% else %>
|
||||
|
||||
<div class="col col-40 interact">
|
||||
<% if request.path =~ /\/html\/9?/ %>
|
||||
<a href="/tutorial/html/10" class="btn btn-action">Next</a>
|
||||
<% else %>
|
||||
<input id="submit" class="btn btn-action" type="submit" value="Save">
|
||||
<input id="reset" class="btn btn-action" type="submit" value="Reset">
|
||||
<% end %>
|
||||
<h3>HTML</h3>
|
||||
<textarea id="editor" class="editor">
|
||||
<html>
|
||||
|
@ -57,7 +61,7 @@
|
|||
|
||||
setTimeout(function() {
|
||||
window.location.href = path
|
||||
}, 3000)
|
||||
}, 1000)
|
||||
}
|
||||
|
||||
function displayInfo(html, cssOpts) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue