Docfile commited on
Commit
905c884
·
verified ·
1 Parent(s): b49b948

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +13 -0
templates/index.html CHANGED
@@ -5,6 +5,19 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Mariam AI - Résolution d'exercices</title>
7
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  <style>
9
  * {
10
  margin: 0;
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Mariam AI - Résolution d'exercices</title>
7
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
8
+ <script>
9
+ MathJax = {
10
+ tex: {
11
+ inlineMath: [['$', '$'], ['\\(', '\\)']],
12
+ displayMath: [['$$', '$$'], ['\\[', '\\]']],
13
+ processEscapes: true,
14
+ packages: {'[+]': ['ams', 'noerrors']}
15
+ },
16
+ loader: {load: ['[tex]/ams', '[tex]/noerrors']}
17
+ };
18
+ </script>
19
+ <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
20
+ <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
21
  <style>
22
  * {
23
  margin: 0;