Files
hoopscout/templates/home.html

13 lines
272 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HoopScout</title>
</head>
<body>
<h1>HoopScout</h1>
<p>Phase 1 bootstrap is running.</p>
</body>
</html>