Project Done Before

This commit is contained in:
kicap1992
2021-06-23 16:03:34 +08:00
commit af5080743b
1073 changed files with 389091 additions and 0 deletions

View File

@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
<?=$css?>
</style>
</head>
<body>
<div style="background-image: url(<?=base_url()?>images/produk/<?=$idnya?>.jpg); height: 950px; width: 850px;background-size: 100% 100%;">
<div id="nama1">
<h3><?=$ket->nama_pertama?></h3>
</div>
<div id="nama2">
<h3><?=$ket->nama_kedua?></h3>
</div>
<div id="ortu1">
<h4><?=$ket->nama_ortu_pertama?></h4>
</div>
<div id="ortu2">
<h4><?=$ket->nama_ortu_kedua?></h4>
</div>
<div id="akad">
<?=$ket->akad?>
</div>
<div id="resepsi">
<?=$ket->resepsi?>
</div>
<div id="tanggal">
<?=$ket->tanggal?>
</div>
</div>
</body>
</html>