Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2020
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.79 KB | None | 0 0
  1. {% load static %}
  2. <!DOCTYPE html>
  3. <html lang="en" dir="ltr">
  4.   <head>
  5.     <meta charset="utf-8">
  6.     <link rel="stylesheet" type="text/css" href="{% static 'css/pages/fthpage.css' %}">
  7.     <script src="{% static 'js/downloads.js' %}"></script>
  8.     <title></title>
  9.   </head>
  10.   <body>
  11.     <h1 class="header_h1">FTH Page</h1>
  12.       <button class="dwnldbtn">
  13.         <button onclick="downloadAll(window.links)">Test me!</button>
  14.         <h1><a href="{% static '/uploads/fth/FthAgg.xlsx' %}">FTH </a><a href="{% static '/uploads/fth/FthCon.xlsx' %}"> FTH2</a></h1>
  15.         <div><a href="{% static '/uploads/fth/FthAgg.xlsx' %}">Download<br>excel file</a><br><a href="{% static '/uploads/fth/FthCon.xlsx' %}">Download second<br>excel file</a></div>
  16.       </button>
  17.     </a>
  18.   </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement