Spaces:
Running
Running
add
Browse files- static/principal.html +4 -1
static/principal.html
CHANGED
@@ -5,6 +5,9 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>SMARTDOCS AI</title>
|
7 |
<link rel="stylesheet" href="style.css">
|
|
|
|
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<h1 class="titre">SmartDocs AI</h1>
|
@@ -26,4 +29,4 @@
|
|
26 |
|
27 |
<script src="script.js"></script>
|
28 |
</body>
|
29 |
-
</html>
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>SMARTDOCS AI</title>
|
7 |
<link rel="stylesheet" href="style.css">
|
8 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
|
9 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/docx/7.8.2/docx.min.js"></script>
|
10 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/PptxGenJS/3.11.0/pptxgen.min.js"></script>
|
11 |
</head>
|
12 |
<body>
|
13 |
<h1 class="titre">SmartDocs AI</h1>
|
|
|
29 |
|
30 |
<script src="script.js"></script>
|
31 |
</body>
|
32 |
+
</html>
|