index.html 677 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>PrUn ROI</title>
  6. <link rel="stylesheet" type="text/css" href="style.css">
  7. <link rel="icon" href="https://www.raylu.net/hammer-man.svg" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <meta name="theme-color" content="#222">
  10. </head>
  11. <body>
  12. <main>
  13. <table>
  14. <thead>
  15. <tr>
  16. <th>wrought<br>product</th>
  17. <th>expertise</th>
  18. <th>daily<br>profit/area</th>
  19. <th>capex</th>
  20. <th>daily<br>opex</th>
  21. <th>logistics</th>
  22. <th>daily output<br>traded</th>
  23. </tr>
  24. </thead>
  25. <tbody></tbody>
  26. </table>
  27. </main>
  28. <script src="roi.js"></script>
  29. </body>
  30. </html>