mirror of
https://github.com/arthur-pbty/QCM_physique.git
synced 2026-06-18 21:38:12 +02:00
first commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>QCM - Entraînement</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
<script>
|
||||
window.MathJax = {
|
||||
tex: {inlineMath: [['\\(','\\)'], ['$', '$']], displayMath: [['$$','$$']]},
|
||||
options: {processHtmlClass: 'tex2jax_process'}
|
||||
};
|
||||
</script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header class="wrapper site-header">
|
||||
<div class="brand">
|
||||
<h1>Entraînement QCM</h1>
|
||||
<div style="color:var(--muted);font-size:0.95rem">Révision et entraînement</div>
|
||||
</div>
|
||||
<div class="site-actions">
|
||||
<a class="btn" href="/">Accueil</a>
|
||||
<a class="btn secondary" href="/external">Site réel</a>
|
||||
</div>
|
||||
</header>
|
||||
<main class="wrapper">
|
||||
<div class="container-card">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
</main>
|
||||
<footer class="wrapper footer">© QCM — Entraînement</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user