| 123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>PrUn ROI</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- <link rel="icon" href="https://www.raylu.net/hammer-man.svg" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="theme-color" content="#222">
- </head>
- <body>
- <main>
- <table>
- <thead>
- <tr>
- <th>wrought<br>product</th>
- <th>expertise</th>
- <th>daily<br>profit/area</th>
- <th>capex</th>
- <th>daily<br>opex</th>
- <th>logistics</th>
- <th>daily output<br>traded</th>
- </tr>
- </thead>
- <tbody></tbody>
- </table>
- </main>
- <script src="roi.js"></script>
- </body>
- </html>
|