Skip to content

Commit

Permalink
Update dashboard.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag Nagpal authored Mar 3, 2023
1 parent f170c91 commit 3ece11a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/dashboard.html
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
<meta http-equiv="Refresh" content="0; url='cs.cmu.edu/~chiragn/ascvd.html'" />
<html>
<head>
<script type = "text/javascript">
<!--
function Redirect() {
window.location = "https://cs.cmu.edu/~chiragn";
}
document.write("You will be redirected to the dashboard...");
setTimeout('Redirect()', 1);
//-->
</script>
</head>

<body>
</body>
</html>

0 comments on commit 3ece11a

Please sign in to comment.