34 lines
1012 B
PHP
34 lines
1012 B
PHP
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="css/estilos.css">
|
|
<!-- <link rel="shortcut icon" href="image/png" href="img/favicon.png"> -->
|
|
|
|
<title>Flisol 2019</title>
|
|
</head>
|
|
<body>
|
|
|
|
<header class="header">
|
|
<div class="back-black"></div>
|
|
<div class="logo-box">
|
|
<a href="index.php"> <img src="img/flisol.png" alt="Logo" class="logo"> </a>
|
|
</div>
|
|
|
|
<div class="text-box">
|
|
<h1 class="heading-primary">
|
|
<span class="heading-primary-main">Texto principal</span>
|
|
<span class="heading-primary-sub">texto secundario</span>
|
|
</h1>
|
|
|
|
<a href="#" class="bot bot-white bot-animated">¡Registrate Gratis!</a>
|
|
</div>
|
|
</header>
|
|
</body>
|
|
</html>
|