mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +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"
|
.row style="margin-top: 20px"
|
||||||
.span5
|
.span5
|
||||||
div
|
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
|
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
|
h4: a href="/site_files/#{current_site.username}.zip" Download Entire Site
|
||||||
|
|
||||||
|
|
|
@ -13,16 +13,13 @@ html
|
||||||
script src="/js/jquery.min.js"
|
script src="/js/jquery.min.js"
|
||||||
link href="/assets/css/neo.min.css" rel="stylesheet" type="text/css" media="all"
|
link href="/assets/css/neo.min.css" rel="stylesheet" type="text/css" media="all"
|
||||||
script src="/assets/scripts/app.min.js"
|
script src="/assets/scripts/app.min.js"
|
||||||
css:
|
|
||||||
body {
|
|
||||||
background-color: #f6f0e6;
|
|
||||||
}
|
|
||||||
|
|
||||||
body
|
body
|
||||||
a id="top"
|
a id="top"
|
||||||
|
|
||||||
== erb :'_header', layout: false
|
== erb :'_header', layout: false
|
||||||
|
|
||||||
|
.page
|
||||||
.container
|
.container
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue