Skip to content

Commit 34a2e4d

Browse files
authored
Update main.tt
1 parent b433bd4 commit 34a2e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/layouts/main.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<meta http-equiv="Content-type" content="text/html; charset=<% settings.charset %>" />
6-
<title>Programming Exercise - BookStore</title>
6+
<title>Dancer2 REST API</title>
77
<link rel="stylesheet" href="<% request.uri_base %>/css/style.css" />
88
<link rel="shortcut icon" href="/favicon.ico" />
99

@@ -15,7 +15,7 @@
1515
</head>
1616
<body>
1717
<div align="center">
18-
<h1>Programming Exercise - BookStore</h1>
18+
<h1>Dancer2 REST API</h1>
1919
<br/>
2020
<hr/>
2121
</div>

0 commit comments

Comments
 (0)