Skip to content

Commit 548a95f

Browse files
authoredSep 25, 2023
Add shortlinks for faculty and partner (#28)
1 parent 4ab2a7c commit 548a95f

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed
 

‎faculty/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Redirecting...</title>
5+
<!-- Redirects the page after 0 seconds -->
6+
<meta http-equiv="refresh" content="0;url=https://stanfordbdhg.notion.site/CS342-MED253-Faculty-Projects-4e932ca6d88249d2a3d5e8c7c72b0294">
7+
</head>
8+
<body>
9+
<p>If you are not redirected, <a href="https://stanfordbdhg.notion.site/CS342-MED253-Faculty-Projects-4e932ca6d88249d2a3d5e8c7c72b0294">click here</a>.</p>
10+
</body>
11+
</html>

‎partner/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Redirecting...</title>
5+
<!-- Redirects the page after 0 seconds -->
6+
<meta http-equiv="refresh" content="0;url=https://stanfordbdhg.notion.site/CS342-MED253-Partnership-Program-144e7cf4268a49cd9de945026cc98d28">
7+
</head>
8+
<body>
9+
<p>If you are not redirected, <a href="https://stanfordbdhg.notion.site/CS342-MED253-Partnership-Program-144e7cf4268a49cd9de945026cc98d28">click here</a>.</p>
10+
</body>
11+
</html>

‎rfp/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<meta http-equiv="refresh" content="0;url=https://stanfordbdhg.notion.site/CS342-Request-for-Proposal-d86ac9fcd1c74c238123612c3e60c373">
77
</head>
88
<body>
9-
<!-- Optional: Message displayed before the redirection occurs -->
109
<p>If you are not redirected, <a href="https://stanfordbdhg.notion.site/CS342-Request-for-Proposal-d86ac9fcd1c74c238123612c3e60c373">click here</a>.</p>
1110
</body>
1211
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.