mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
initial browsing page
This commit is contained in:
parent
b057ecc7a1
commit
d0a359283e
4 changed files with 21 additions and 8 deletions
|
@ -26,6 +26,7 @@
|
|||
td Hopefully with donations. If you feel this is a useful service, help us pay the bills to run it. <a href="/donate">Click here to contribute!</a>
|
||||
div.text-center
|
||||
h1: a href="/new" JOIN NOW
|
||||
p or
|
||||
h1: a href="/browse" BROWSE EXISTING SITES
|
||||
|
||||
h5 style="margin-top: 30px" Returning users: <a href="/signin">Sign In</a>
|
||||
|
||||
h5 style="margin-top: 30px" Returning users: <a href="/signin">Sign In</a>
|
|
@ -49,16 +49,16 @@ css:
|
|||
|
||||
.row
|
||||
.span12
|
||||
div id="editor" style="width: 100%; height: 1000px; position: relative;"
|
||||
div id="editor" style="width: 100%; height: 600px; position: relative;"
|
||||
#{@file_data}
|
||||
|
||||
.row.text-center style="margin-top: 10px"
|
||||
.span4
|
||||
a.btn.btn-large.btn-warning href="/dashboard" <i class="icon-remove"></i> Finish Without Saving
|
||||
.span4
|
||||
a.btn.btn-large.btn-success href="#" onclick="saveTextFile(false)" <i class="icon-save"></i> Save Changes
|
||||
a.btn.btn-large.btn-success href="#" onclick="saveTextFile(false); return false" <i class="icon-save"></i> Save Changes
|
||||
.span4
|
||||
a.btn.btn-large.btn-info href="#" onclick="saveTextFile(true);" <i class="icon-save"></i> Save and Finish
|
||||
a.btn.btn-large.btn-info href="#" onclick="saveTextFile(true); return false" <i class="icon-save"></i> Save and Finish
|
||||
|
||||
.row style="margin-top: 20px"
|
||||
.span6.offset3.text-center
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue