mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
more to test
This commit is contained in:
parent
9691bb2ec2
commit
f9d3c03280
2 changed files with 4 additions and 7 deletions
|
@ -67,9 +67,9 @@ javascript:
|
|||
.row style="margin-top: 20px"
|
||||
.span5
|
||||
div
|
||||
a href="/site_files/new" class="btn btn-large btn-success" style="margin-bottom:20px" Upload New File
|
||||
a href="/site_files/new" class="btn-Action" style="margin-bottom:20px" Upload New File
|
||||
div
|
||||
a href="/site_files/new_page" class="btn btn-large btn-success" style="margin-bottom: 20px" Create New HTML Page
|
||||
a href="/site_files/new_page" class="btn-Action" style="margin-bottom: 20px" Create New HTML Page
|
||||
|
||||
h4: a href="/site_files/#{current_site.username}.zip" Download Entire Site
|
||||
|
||||
|
|
|
@ -13,16 +13,13 @@ html
|
|||
script src="/js/jquery.min.js"
|
||||
link href="/assets/css/neo.min.css" rel="stylesheet" type="text/css" media="all"
|
||||
script src="/assets/scripts/app.min.js"
|
||||
css:
|
||||
body {
|
||||
background-color: #f6f0e6;
|
||||
}
|
||||
|
||||
body
|
||||
a id="top"
|
||||
|
||||
== erb :'_header', layout: false
|
||||
|
||||
|
||||
.page
|
||||
.container
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue