<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="CCorbit S.A.S.">
<title>CCorbit - Cotiza tu proyecto</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Header section -->
<header>{...}</header>
<!-- Main section -->
<main>
<section id="home">
<span>TU IMAGINAS</span>
<span>NOSOTROS</span>
<span>LO VOLVEMOS</span>
<span>REALIDAD</span>
</section>
<!-- Others sections -->
{...}
</main>
<!-- Footer section -->
<footer>{...}</footer>
<script src="script.js"></script>
</body>
</html>