diff options
Diffstat (limited to 'python/risk_insight/templates/index.html')
| -rw-r--r-- | python/risk_insight/templates/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/risk_insight/templates/index.html b/python/risk_insight/templates/index.html new file mode 100644 index 00000000..f4bfadfa --- /dev/null +++ b/python/risk_insight/templates/index.html @@ -0,0 +1,12 @@ +<!doctype html> +<html> +<head> +</head> +<body> + <div> + <ul> + <li><a href="tranches.html">Tranche Insights</a></li> + <li><a href="indices.html">Index Insights</a></li> + </ul> +</body> +</html> |
