forked from Gustavo/FrontFocusAgenda
26 lines
418 B
HTML
26 lines
418 B
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="style.css">
|
|
<title>TCC de cria</title>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<!--Barrinha que fica no topo-->
|
|
<div class="topo">
|
|
<h1 id="textotop">Focus Agenda</h1>
|
|
</div>
|
|
<!--cabo-->
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|
|
|