19 lines
410 B
Plaintext
19 lines
410 B
Plaintext
|
<html>
|
||
|
<head>
|
||
|
<title>Notice</title>
|
||
|
<style type="text/css">
|
||
|
@font-face {
|
||
|
font-family: 'msyh';
|
||
|
src: url(msyh.ttf);
|
||
|
}
|
||
|
* {
|
||
|
font-family: 'msyh', sans-serif;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<#-- Greet the user with his/her name -->
|
||
|
<div align="center" style="font-size:25px">${title}</div>
|
||
|
<p>${content}</p>
|
||
|
</body>
|
||
|
</html>
|