Browse Source

some corrections

pull/381/head
lee 5 years ago
parent
commit
74e3cfd982
  1. 9
      subjects/ascii-art-web.en.md

9
subjects/ascii-art-web.en.md

@ -2,7 +2,7 @@
### Objectives
Ascii-art-web consists on creating and running a server, in which it will be possible to use a web **GUI** (graphical user interface) version of your last project, ascii-art.
Ascii-art-web consists in creating and running a server, in which it will be possible to use a web **GUI** (graphical user interface) version of your last project, ascii-art.
This project will help you learn about :
@ -13,14 +13,13 @@ This project will help you learn about :
- HTTP
- Ways to receive data.
- Ways to output data.
- Manipulation of strings.
### Instructions
- The web server must be created in **Go**.
- The code must respect the [good practices](https://github.com/01-edu/public/good-practices.en.md)..
- The project must have files written in HTML.
- The code must respect the [good practices](https://github.com/01-edu/public/good-practices.en.md).
- The project must have files written in **HTML**.
### Usage
- [Here's an example.](http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20)
- [Here's an example](http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20).

Loading…
Cancel
Save