mirror of
https://github.com/FranP-code/Login-Form.git
synced 2025-10-12 23:52:47 +00:00
HTML y CSS de las 3 paginas listos
This commit is contained in:
33
index.html
Normal file
33
index.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title id="title">HOME</title>
|
||||
<link rel="stylesheet" href="./styles.css">
|
||||
<link rel="stylesheet" href="./normalize.css">
|
||||
<script src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header-home">
|
||||
<h1>Lorem ipsum dolor sit amet</h1>
|
||||
</header>
|
||||
|
||||
<div class="flex-container">
|
||||
<div>
|
||||
<a href="./login.html">
|
||||
<div class="big-button">
|
||||
<h2>Log in</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href="./register.html">
|
||||
<div class="big-button">
|
||||
<h2>Register</h2>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user