mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 06:24:03 +00:00
21 lines
394 B
PHP
21 lines
394 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 ;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
@yield('inner_content')
|
|
</body>
|
|
|
|
</html> |