edh-elo/app/templates/player_detail.html
2024-01-23 22:16:10 -08:00

11 lines
234 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Player - {{ name }}</title>
</head>
<body>
<h1>Hello World!</h1>
<h2>This is the page for player {{ name }} who has id {{ id }}</h2>
</body>
</html>