This repository has been archived on 2023-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
|
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"
|
|
}
|
|
```
|
|
|