Skip to content
Snippets Groups Projects
Commit a67525ae authored by Seth Ladd's avatar Seth Ladd
Browse files

addressing code review

parent 8ab9a55e
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
# Allow crawling of all content
User-agent: *
Disallow:
\ No newline at end of file
Disallow:
library navmenu;
// Copyright (c) {{year}}, <your name>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
library nav_menu;
import 'dart:html';
......
// Copyright (c) {{year}}, <your name>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
library reverser;
import 'dart:html';
......
......@@ -8,9 +8,9 @@ This template features:
* Responsive web design, thanks to Web Starter Kit
* CSS minification, thanks to Sass
* Inlining scripts, thanks to script_inliner
* Routing and views, thanks to route_hierarchical
* Handling input, thanks to dart:html
* Inlining scripts, thanks to `script_inliner`
* Routing and views, thanks to `route_hierarchical`
* Handling input, thanks to `dart:html`
## Responsive
......
......@@ -2,4 +2,4 @@
# Allow crawling of all content
User-agent: *
Disallow:
\ No newline at end of file
Disallow:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment