Untitled
unknown
javascript
2 years ago
448 B
6
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Create and Download PDF File</title> <!-- <script src="https://cdn.jsdelivr.net/npm/pdf-lib@1.16.0/dist/pdf-lib.js"></script> --> </head> <body> <button type="button" id="GetFile">Download</button> <script src="./controllers/downloadInspection.js"></script> </body> </html>
Editor is loading...
Leave a Comment