Skip to content

Commit 47e8613

Browse files
committed
Add keys file to project, relates to issue #2
1 parent 47ad303 commit 47e8613

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pids
88
*.pid
99
*.seed
1010

11+
*.pem
12+
1113
# Directory for instrumented libs generated by jscoverage/JSCover
1214
lib-cov
1315

public/confirmation.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title></title>
6+
</head>
7+
<body>
8+
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)