PDMI/LBI_PiPy/templates/index.html

19 lines
836 B
HTML
Raw Normal View History

2019-04-28 18:49:02 +02:00
<!doctype html>
<html lang="fr">
<head>
<title>LBI_PiPy</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="LBI_PiPy">
<meta name="author" content="Louis Chauvet">
<!-- Favicon.ico -->
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<!-- Bootstrap 4 si besoin
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">-->
</head>
<body>
<a href="{{ url_for("admin.index") }}">Connection à la gestion des modules</a><br/>
</body>
</html>