Commit b2c94c58 by Juan Montilla

Login

parent c15aafa5
Showing with 11 additions and 2 deletions
...@@ -11,11 +11,20 @@ ...@@ -11,11 +11,20 @@
crossorigin="anonymous" referrerpolicy="no-referrer" /> crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="<?= base_url("css/login.css") ?>"> <link rel="stylesheet" href="<?= base_url("css/login.css") ?>">
</head> <style>
body {
background-image: url("imagenes/fondoLogin.jpg");
background-size: 100% auto;
}
</style>
<body> </head>
<body >
<a href="/home">
<img src="iconos/logoCompleto.png" alt="Página Principal" width="300" height="70" style="margin-bottom: 20px; margin-top: 0px;" >
</a>
<div class="col-md-8"> <div class="col-md-8">
<div class="container" id="container"> <div class="container" id="container">
<div class="form-container sign-up-container"> <div class="form-container sign-up-container">
......

81.2 KB | W: | H:

195 KB | W: | H:

public/iconos/logoCompleto.png
public/iconos/logoCompleto.png
public/iconos/logoCompleto.png
public/iconos/logoCompleto.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment