Foxnouns.NET/Foxnouns.Backend/Views/Mail/Layout.cshtml

17 lines
No EOL
398 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<style>
body {
font-family: sans-serif;
}
</style>
</head>
<body>
@RenderBody()
</body>
</html>