Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadast/horse_js_html
https://github.com/tadast/horse_js_html
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tadast/horse_js_html
- Owner: tadast
- Created: 2015-02-24T12:15:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T12:20:09.000Z (almost 10 years ago)
- Last Synced: 2024-11-14T18:44:31.919Z (about 1 month ago)
- Language: CSS
- Homepage: https://tadast.github.io/horse_js_html/
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Horse JS
A small code challenge to implement the below image in HTML
![](https://s3.amazonaws.com/f.cl.ly/items/2l0c2F1J1f0D3h100a1f/horse.png)
###
Testing locally:
```
ruby -rwebrick -e's=WEBrick::HTTPServer.new(:Port => 3344, :DocumentRoot => Dir.pwd).start'
```visit http://localhost:3344
[On the web](https://tadast.github.io/horse_js_html/)