By Guest
layout.html
Lua
1.19 KiB
45
2 months ago
<body>
<header>Distant Temple's Amazing Articles</header>
<table class="stock-table">
<thead>
<tr>
<th class="stock">Stock</th>
<th class="name">Item Name</th>
<th class="price">Price</th>
<th class="addy">Address. </th>
</tr>
</thead>
<tbody>
<tr id="row-template">
<td id="stock"></td>
<td id="name"></td>
<td class="price-container"><span id="price"></span>kst/i</td>
<!-- <td id="price-per-stack"></td> -->
<!-- <td id="addy"></td> -->
<td id="addy-full"></td>
</tr>
</tbody>
</table>
<aside>
The most beautiful shop!<br/><br/>
To BUY, use /pay to send the exact amount of Krist to the address shown! <br/>
Example:[ /pay
[email protected] 1 ] Will get you 5 string. (1/0.2 = 5) <br/><br/>
SPELL IT EXACTLY AS I DO <br/>
Excess Krist will be refunded.<br/><br/>
Owned and managed by: DistantTemple Using Xenon software.
</aside>
<details>By @Emma</details>
</body>