Select Git revision
seleccionarDirectorio.component.ts
index.html 1.27 KiB
<!doctype html>
<html lang="es">
<head>
<meta name="Description" content="Somos una empresa dedicada a la movilidad urbana ecológica, generando una comunidad con un fin en común, el cuidado ambiental.">
<meta charset="utf-8">
<title> · UrbanMove · </title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="iconoUrbanMove.png">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Antic|Sonsie+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Baskervville&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli&display=swap" rel="stylesheet">
<script src="https://checkout.stripe.com/checkout.js"></script>
<style>
body {
background-image: url("assets/imgs/indexwllp2.jpg");
background-attachment: fixed;
}
</style>
</head>
<body>
<app-root></app-root>
</body>
</html>