phase1: bootstrap containerized django stack and project scaffold
This commit is contained in:
12
templates/home.html
Normal file
12
templates/home.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user