mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 12:34:01 +00:00
23 lines
455 B
PHP
23 lines
455 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<style>
|
|
@font-face {
|
|
font-family: SimHei;
|
|
src: url('{{base_path().'/public/'}}simhei.ttf') format('truetype');
|
|
}
|
|
* {
|
|
font-family: SimHei, serif ;
|
|
}
|
|
@page { margin: 0px; }
|
|
body { margin: 0px; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
@yield('inner_content')
|
|
</body>
|
|
|
|
</html> |