mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
15 lines
327 B
HTML
15 lines
327 B
HTML
<!doctype html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{0}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{1}</h1>
|
|
<p>{2}</p>
|
|
<p>{3}</p>
|
|
<p>{4}</p>
|
|
<hr>
|
|
<address>{5} <a href="https://forum.aapanel.com/" target="_blank">{6}</a></address>
|
|
</body>
|
|
</html> |