14 lines
258 B
Markdown
14 lines
258 B
Markdown
|
6th Sept 2020
|
||
|
|
||
|
Next project, decided to go for something slightly different with a little JavaScript required.
|
||
|
Added basic files for css and javascript, including a .jshintrc file
|
||
|
|
||
|
```
|
||
|
{
|
||
|
"esversion": 6,
|
||
|
"browser": true,
|
||
|
"strict": "global"
|
||
|
}
|
||
|
```
|
||
|
|