Línea 78... |
Línea 78... |
78 |
--light-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
|
78 |
--light-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
|
79 |
--shadow: 0px 4px 14px _2px rgb(0 0 0 / 12%);
|
79 |
--shadow: 0px 4px 14px _2px rgb(0 0 0 / 12%);
|
80 |
}
|
80 |
}
|
81 |
</style>
|
81 |
</style>
|
Línea 82... |
Línea 82... |
82 |
|
82 |
|
83 |
<link rel="stylesheet" type="text/css" href="bundles/main.css" />
|
83 |
<link rel="stylesheet" type="text/css" href="/public/bundles/main.css" />
|
Línea 84... |
Línea 84... |
84 |
</head>
|
84 |
</head>
|
Línea 85... |
Línea 85... |
85 |
|
85 |
|
Línea 116... |
Línea 116... |
116 |
<script type="text/javascript" src="vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
116 |
<script type="text/javascript" src="vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
117 |
<script type="text/javascript" src="vendors/bootstrap-notify/bootstrap-notify.min.js"></script>
|
117 |
<script type="text/javascript" src="vendors/bootstrap-notify/bootstrap-notify.min.js"></script>
|
118 |
<script type="text/javascript" src="js/app.js"></script>
|
118 |
<script type="text/javascript" src="js/app.js"></script>
|
Línea 119... |
Línea 119... |
119 |
|
119 |
|
120 |
|
120 |
|
121 |
<script type="text/javascript" src="bundles/applicationBundle.js"></script>
|
121 |
<script type="text/javascript" src="/public/bundles/applicationBundle.js"></script>
|
122 |
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=<?php echo $google_map_api_key ?>&libraries=places"></script>
|
122 |
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=<?php echo $google_map_api_key ?>&libraries=places"></script>
|
Línea 123... |
Línea 123... |
123 |
<script async="async" defer="defer" src="https://www.google.com/recaptcha/api.js?render=explicit"></script>
|
123 |
<script async="async" defer="defer" src="https://www.google.com/recaptcha/api.js?render=explicit"></script>
|
124 |
</body>
|
124 |
</body>
|