14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<%c++ std::string title=@@.get<std::string>("title");%>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title><%c++ $$<<title;%></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<footer>
|
||
|
<span>CopyRight@2017 All Rights Reserved</span>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|