Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 18, 2019 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/3ff56eca299d1b92dcdc9d06835c9c5d to your computer and use it in GitHub Desktop.
Save parzibyte/3ff56eca299d1b92dcdc9d06835c9c5d to your computer and use it in GitHub Desktop.
!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<div class="ticket">
<table>
<thead>
<tr>
<th>CANT</th>
<th>PRODUCTO</th>
<th>$$</th>
</tr>
</thead>
<tbody>
<tr>
<td>1.00</td>
<td>CHEETOS VERDES 80 G</td>
<td>$8.50</td>
</tr>
<tr>
<td>2.00</td>
<td>KINDER DELICE</td>
<td>$10.00</td>
</tr>
<tr>
<td>1.00</td>
<td>COCA COLA 600 ML</td>
<td>$10.00</td>
</tr>
<tr>
<td></td>
<td>TOTAL</td>
<td>$28.50</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment