Files
omair saleh b679ae7f40 big commit
2021-04-05 11:58:32 +08:00

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>