ministerchief commited on
Commit
8f42448
·
verified ·
1 Parent(s): a0ef4ce

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -4,8 +4,8 @@
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
-
9
  <!-- Three.js for the 3D rotating PDF icon in the header -->
10
  <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
11
  </head>
 
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 -->
10
  <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
11
  </head>