Add front end tool to list
This commit is contained in:
parent
a4ac0c0662
commit
72c0c37672
@ -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
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user