Skip to content

Commit 46e1a43

Browse files
committed
Add titles to pages
1 parent 52231dc commit 46e1a43

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public_html/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<html>
44
<head>
5+
<title>BraintreePHPExample</title>
56
</head>
67
<body>
78
<?php

public_html/transaction.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<html>
2+
<head>
3+
<title>BraintreePHPExample</title>
4+
</head>
15
<?php
26
require_once("../includes/braintree_init.php");
37

@@ -127,3 +131,5 @@
127131
<p>
128132
<a href="/index.php">Return to checkout page</a>
129133
</p>
134+
</body>
135+
</html>

0 commit comments

Comments
 (0)