Rearange the stories

This commit is contained in:
Jon Palmer 2020-09-19 22:23:10 -04:00
parent 001dbc666a
commit 52c7cea1d8
No known key found for this signature in database
GPG Key ID: 52E08C6A304553A8
10 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{
"title": "Scripts",
"title": "Html Content/Scripts",
"stories": [
{
"name": "Head Inline",

View File

@ -1,28 +1,28 @@
{
"title": "CSS",
"title": "Html Content/Styles",
"stories": [
{
"name": "Head Inline",
"parameters": {
"server": { "id": "css/head_inline" }
"server": { "id": "styles/head_inline" }
}
},
{
"name": "Head Src" ,
"parameters": {
"server": { "id": "css/head_src" }
"server": { "id": "styles/head_src" }
}
},
{
"name": "Body Inline",
"parameters": {
"server": { "id": "css/body_inline" }
"server": { "id": "styles/body_inline" }
}
},
{
"name": "Body Src",
"parameters": {
"server": { "id": "css/body_src" }
"server": { "id": "styles/body_src" }
}
}
]

View File

@ -1 +0,0 @@
script(src='http://localhost:1337/css/button.css')

View File

@ -0,0 +1 @@
link(rel='stylesheet', type='text/css' href='http://localhost:1337/css/button.css')