snipe-it/resources/views/emails/layouts/default.blade.php
2016-03-25 01:18:05 -07:00

26 lines
381 B
PHP
Executable file

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<style>
body, p {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
td {
background-color:#d2d6de;
font-size: 13px;
}
p {
padding-top: 10px;
}
</style>
</head>
<body>
@yield('content')
</body>
</html>