Skip to content

Commit 89def47

Browse files
Add a URL to redirect to Code of Conduct
1 parent e04d6e5 commit 89def47

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: code-of-conduct

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Code of Conduct</title>
5+
<meta
6+
http-equiv="refresh"
7+
content="0; url=https://github.com/purescript/governance/blob/master/CODE_OF_CONDUCT.md"
8+
/>
9+
</head>
10+
<body>
11+
<h1>PureScript Community Code of Conduct</h1>
12+
<p>
13+
Redirecting you to the
14+
<a href="https://github.com/purescript/governance/blob/master/CODE_OF_CONDUCT.md">PureScript Community Code of Conduct</a>...
15+
</p>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)