17 lines
490 B
HTML
17 lines
490 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
|
||
|
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBF37pw38j0giICt73TCAPNogc07Upe_Q4&libraries=places"></script>
|
||
|
<meta charset="utf-8">
|
||
|
<title>libre-event</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>
|
||
|
Mets du JS.
|
||
|
</noscript>
|
||
|
<div id="app"></div>
|
||
|
<!-- built files will be auto injected -->
|
||
|
</body>
|
||
|
</html>
|