mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
42 lines
No EOL
986 B
Text
42 lines
No EOL
986 B
Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<!--[if !mso]><!-->
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<!--<![endif]-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title></title>
|
|
<!--[if (gte mso 9)|(IE)]>
|
|
<style type="text/css">
|
|
table {border-collapse: collapse;}
|
|
</style>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<center class="wrapper">
|
|
<div class="webkit">
|
|
<!--[if (gte mso 9)|(IE)]>
|
|
<table width="600" align="center">
|
|
<tr>
|
|
<td>
|
|
<![endif]-->
|
|
<table class="outer" align="center">
|
|
<tr>
|
|
<td class="container">
|
|
|
|
<%= yield %>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!--[if (gte mso 9)|(IE)]>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<![endif]-->
|
|
|
|
</div>
|
|
</center>
|
|
</body>
|
|
</html> |