Files
snipe-it/app/views/emails/layouts/default.blade.php
T
2015-07-26 21:21:52 -07:00

16 lines
236 B
PHP
Executable File

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
@yield('content')
</body>
</html>