The most basic template for any 4Geeks Academy Student, ideal for starting your first HTML/CSS website.
Just click on this link to start your project using our One-Click Coding technology.
Create a index.html
file with the basic HTML structure and see it live by running web-server using the following command:
1pip install flask && python server.py
<link>
tag placed between the <head></head>
tags, like this:1<head> 2 ... 3 <link rel="stylesheet" type="text/css" href="styles.css"> 4 ... 5</head>