aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/web-development/frontend/html-css/_index.md
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-01 14:53:11 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-01 14:53:11 +0530
commit54e1b7496d6a06c92b030114e9d54019ab4ba87f (patch)
treeb11c9e80d41971715b377bc23673e670316ceba3 /content/docs/programming-resources/web-development/frontend/html-css/_index.md
parentc2f6cecb12dadb6abc5a2d5e83c9f4c7ec971541 (diff)
removing programming-resources
Diffstat (limited to 'content/docs/programming-resources/web-development/frontend/html-css/_index.md')
-rw-r--r--content/docs/programming-resources/web-development/frontend/html-css/_index.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/content/docs/programming-resources/web-development/frontend/html-css/_index.md b/content/docs/programming-resources/web-development/frontend/html-css/_index.md
deleted file mode 100644
index dc67f53..0000000
--- a/content/docs/programming-resources/web-development/frontend/html-css/_index.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: HTML/CSS
-description: The very basics of web frontend
-weight: 1
----
-
-HTML (HyperText Markup Language) and CSS (Cascading StyleSheets) are two of the core technologies
-you must learn to make websites. These two are **very** easy to learn but without these web development is totally useless.
-
-- HTML in one video: [Video by Mike Dane](https://www.youtube.com/watch?v=pQN-pnXPaVg)
-- Textual Tutorial: [W3Schools](https://www.w3schools.com/html/default.asp)
-- CSS in one video: [Video by Web Dev Simplified](https://www.youtube.com/watch?v=1PnVor36_40)
-- CSS Documentation: [W3Schools](https://www.w3schools.com/css/default.asp)
-- Simple HTTP fileserver to host HTML files: [GoFileServer](https://github.com/MikunoNaka/GoFileServer/releases/latest)
-
-## Fun trick
-
-You can use GoFileServer [GoFileServer](https://github.com/MikunoNaka/GoFileServer/releases/latest)
-to host the HTML files over the network, and then you can enter the URL of the server on another pc/phone on
-the same WiFi network to open the website on that device.