diff --git a/SpecRunner.html b/SpecRunner.html index 9fe0a86..c96100f 100644 --- a/SpecRunner.html +++ b/SpecRunner.html @@ -20,7 +20,7 @@ - + diff --git a/index.html b/index.html index 0043fc2..3c138ac 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,11 @@ Backbone Starter + +
@@ -15,7 +17,7 @@ - + diff --git a/src/views/dummy.js b/src/views/dummy-view.js similarity index 100% rename from src/views/dummy.js rename to src/views/dummy-view.js diff --git a/style.css b/style.css new file mode 100644 index 0000000..2acc15f --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ + +body { + background: #f6f6f6; +} + +#templates { + display: none; +}