27 lines
1.0 KiB
HTML
27 lines
1.0 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="fr">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
|
||
|
<title>Happy Dev App</title>
|
||
|
|
||
|
<!-- Font -->
|
||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Righteous">
|
||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||
|
|
||
|
<!-- Stylesheets -->
|
||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" />
|
||
|
<link rel="stylesheet" href="../css/hd-app.css" />
|
||
|
|
||
|
<!-- Javascript -->
|
||
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.0.20/webcomponents-loader.js"></script>
|
||
|
|
||
|
<link rel="import" href="https://cdn.happy-dev.fr/ldp-display/ldp-display.html" />
|
||
|
<link rel="import" href="https://cdn.happy-dev.fr/ldp-display/ldp-router.html" />
|
||
|
<link rel="import" href="https://cdn.happy-dev.fr/ldp-display/ldp-calendar.html" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|