You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
912 B
HTML

{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href='{% static "dist/output.css" %}'>
<title>Invoice Details</title>
</head>
<body class="flex justify-center items-center" id="invoice-details-content">
<div class="w-[50%] flex flex-col items-center gap-5">
<img src="https://ositcom.com/static/images/banner-logo.png" class="w-[150px] h-[150px]">
<div class="w-full flex flex-col gap-3 p-5">
<p class="text-gray-500">Bill To: <span class="text-secondosiblue">Winabig</span></p>
<p class="text-gray-500" class="color:red;">Customer Details: <span class="text-secondosiblue">036466464</span></p>
</div>
<div class="w-full bg-osiblue h-[50px]">
</div>
</div>
</body>
</html>