Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 27, 2019 15:31
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/da2b9ac5e25aad17cb73338da740b401 to your computer and use it in GitHub Desktop.
Save parzibyte/da2b9ac5e25aad17cb73338da740b401 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="col-xs-10 ">
<h1>Factura</h1>
</div>
<div class="col-xs-2">
<img class="img img-responsive" src="./parzibyte.jpg" alt="Logotipo">
</div>
</div>
<hr>
<div class="row">
<div class="col-xs-10">
<h1 class="h6"><?php echo $remitente ?></h1>
<h1 class="h6"><?php echo $web ?></h1>
</div>
<div class="col-xs-2 text-center">
<strong>Fecha</strong>
<br>
<?php echo $fecha ?>
<br>
<strong>Factura No.</strong>
<br>
<?php echo $numero ?>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment