feat(docker): add docker configuration files and update styles
refactor: convert script tags to link tags for stylesheets in HTML files fix: update PDF download to use Uint8Array for blob creation style: reformat CSS file for better readability and organization
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<title>Contact Us - BentoPDF</title>
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
<link rel="icon" type="image/png" href="images/favicon.svg">
|
||||
<script type="module" src="./src/css/styles.css"></script>
|
||||
<link href="/src/css/styles.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body class="antialiased bg-gray-900 text-gray-300">
|
||||
|
||||
Reference in New Issue
Block a user