mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-20 04:53:59 +00:00
24 lines
370 B
PHP
24 lines
370 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<head>
|
|
<style>
|
|
@page {
|
|
header: page-header;
|
|
footer: page-footer;
|
|
}
|
|
|
|
body {
|
|
font-family: sun-extA;
|
|
padding: 0;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
@yield('inner_content')
|
|
</body>
|
|
|
|
</html> |