16 lines
423 B
HTML
16 lines
423 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Certificate</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>CERTIFICATE</h1>
|
|
<h3>of</h3>
|
|
<h2>EXCELLENCE</h2>
|
|
<p>We present this certifiate to <br> <b>{{name}}</b> <br> in appreciation of his successfull work at <b>{{company}}</b> <br> during the period of <b>{{start_date}}</b> to <b>{{end_date}}</b> </p>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |