l-assiette/public/index.html

21 lines
780 B
HTML
Raw Normal View History

2018-10-14 02:20:15 +00:00
<!DOCTYPE html>
<html lang="es">
2018-10-28 22:35:22 +00:00
<head>
2018-10-14 02:20:15 +00:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
2018-10-28 22:35:22 +00:00
<script src="https://apis.google.com/js/platform.js" async defer></script>
<meta name="google-signin-client_id" content="443321715214-9joe4c9l00osc6qcc4l0i2k3420jvb7q.apps.googleusercontent.com">
2018-10-14 02:20:15 +00:00
<title>L'Assiete</title>
2018-10-28 22:35:22 +00:00
</head>
<body>
2018-10-14 02:20:15 +00:00
<noscript>
2018-10-28 22:35:22 +00:00
<strong>Ups. La página de L'Assiete no se puede mostrar si tienes el JavaScript desactivado :c <br>
2018-10-14 02:20:15 +00:00
Actívalo y recarga la página.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
2018-10-28 22:35:22 +00:00
</body>
2018-10-14 02:20:15 +00:00
</html>