abtmtr-v13/views/components/computer-boxes.ejs

14 lines
303 B
Text
Raw Normal View History

2024-08-21 06:05:24 +00:00
<div class="Computerbox" id="<%= id %>">
<div class="ComputerboxDesc">
<div>
<h2><%= name %></h2>
<p><%= whenGot.month %> <%= whenGot.year %></p>
</div>
<div>
<p><%= model %></p>
<p><%= description %></p>
</div>
</div>
<hr />
<p><%= subtitle %></p>
</div>