Add front end tool to list

This commit is contained in:
Matthew Ross 2016-04-21 16:57:56 -04:00
parent a4ac0c0662
commit 72c0c37672
2 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ Once an item has been entered, it may have Comments or Attachments added to it b
* [Angular 2](https://angular.io/) single-page app
* [Bourbon](http://bourbon.io/) and [Neat](http://neat.bourbon.io/) SCSS library & framework
* [scss-base](https://www.npmjs.com/package/scss-base) base styles
* [marked](https://github.com/chjj/marked) Markdown parser
2. Back end

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>TaskBoard</title>
<base href="">
<base href="/web/TaskBoard/dist/">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">