Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
<title>Image to PDF Converter</title>
|
|
|
|
| 7 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
|
| 8 |
<script src="{{ url_for('static', filename='script.js') }}"></script>
|
| 9 |
<!-- Three.js for the 3D rotating PDF icon in the header -->
|
|
|
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
<title>Image to PDF Converter</title>
|
| 7 |
+
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
| 8 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
|
| 9 |
<script src="{{ url_for('static', filename='script.js') }}"></script>
|
| 10 |
<!-- Three.js for the 3D rotating PDF icon in the header -->
|