enigma-bbs/www/wf/profile.template.html

19 lines
516 B
HTML
Raw Normal View History

2023-01-02 02:19:51 +00:00
<!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>