44 lines
1.1 KiB
HTML
44 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="pt-br">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="stylecal.css">
|
|
<link rel="icon" href="imagens/icone.png">
|
|
<title>Calendario</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!--Barrinha que fica no topo-->
|
|
<div id="topo">
|
|
<h1 id="textotop">Focus Agenda</h1>
|
|
</div>
|
|
<!--cabo bar-->
|
|
|
|
<!--Começo daquele mini calendario na esquerda/-->
|
|
<div id="barraesquerda">
|
|
<div id="tabela">
|
|
<table>
|
|
|
|
<tr>
|
|
<th id="mes">Janeiro 2025 </th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th>bizarro</th>
|
|
</tr>
|
|
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<!--Cabo mini calendario-->
|
|
|
|
</body>
|
|
|
|
</html> |