index.html 793 B

1234567891011121314151617181920212223242526272829
  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 product</th>
  17. <th>expertise</th>
  18. <th>daily profit/area</th>
  19. <th>capex</th>
  20. <th>daily opex</th>
  21. <th>logistics</th>
  22. </tr>
  23. </thead>
  24. <tbody></tbody>
  25. </table>
  26. </main>
  27. <script src="roi.js"></script>
  28. </body>
  29. </html>