mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 01:26:03 +02:00
Fixed page-skipping bug, Line art for last 2 pages, lots of adjustments
This commit is contained in:
parent
966721043f
commit
b3e2d286f1
6 changed files with 9 additions and 9 deletions
|
@ -15,7 +15,7 @@
|
|||
<% else %>
|
||||
|
||||
<div class="col col-40 interact">
|
||||
<% if request.path =~ /\/html\/9?/ %>
|
||||
<% 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">
|
||||
|
@ -31,7 +31,7 @@
|
|||
</body>
|
||||
</html>
|
||||
</textarea>
|
||||
<div class="error" style="display: none; margin-top: 10px">
|
||||
<div class="error" style="display: none; margin-top: 0">
|
||||
<i class="fa fa-exclamation-triangle"></i> Try again: make sure you change Hello World to something else.
|
||||
</div>
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
function ok(msg, path) {
|
||||
displayInfo(msg, {
|
||||
background: '#33CC33'
|
||||
background: '#88d128'
|
||||
})
|
||||
|
||||
setTimeout(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue