19 lines
516 B
HTML
19 lines
516 B
HTML
<!doctype html>
|
|
<html class="no-js" lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>%USERNAME%</title>
|
|
<meta name="description" content="Profile of %USERNAME% of %BOARDNAME%">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<h1>Profile information for %USERNAME%:</h1>
|
|
<p>
|
|
<b>Real Name</b> %REAL_NAME%<br>
|
|
<b>Login Count</b> %LOGIN_COUNT%<br>
|
|
<b>Affils</b>: %AFFILIATIONS%<br>
|
|
<b>Achievement Points</b>: %ACHIEVEMENT_POINTS%<br>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |