From f9e05b6bc382ef9eb474503d0259c3bad5ebfed8 Mon Sep 17 00:00:00 2001 From: OGordoo <39002518+OGordoo@users.noreply.github.com> Date: Thu, 5 Dec 2019 16:38:30 +0000 Subject: [PATCH] Delete ascii-art-web.en.md --- subjects/ascii-art-web.en.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 subjects/ascii-art-web.en.md diff --git a/subjects/ascii-art-web.en.md b/subjects/ascii-art-web.en.md deleted file mode 100644 index c8cb40141..000000000 --- a/subjects/ascii-art-web.en.md +++ /dev/null @@ -1,26 +0,0 @@ -## ascii-art-web - -### 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. - -This project will help you learn about : - -- Client utilities. -- The basics of web : - - Server - - HTML - - 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. - -### Usage - -- [Here's an example.](http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20) \ No newline at end of file