mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 01:01:30 +02:00
add comment on index.html edit
This commit is contained in:
parent
bf4381e1ca
commit
5c96a4d4ce
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
<div class="header-Outro">
|
||||
<div class="row content">
|
||||
<h1>Editing <%= @filename %></h1>
|
||||
<% if @filename.match /index.html$/ %>
|
||||
<h3 class="subtitle">Note: index.html is the first web page that gets loaded when users visit your site. Make sure there are <a href="http://www.w3schools.com/html/html_links.asp" target="_blank">HTML links</a> to your other pages from this page.</h3>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue