We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b433bd4 commit 34a2e4dCopy full SHA for 34a2e4d
views/layouts/main.tt
@@ -3,7 +3,7 @@
3
<html xmlns="http://www.w3.org/1999/xhtml">
4
<head>
5
<meta http-equiv="Content-type" content="text/html; charset=<% settings.charset %>" />
6
-<title>Programming Exercise - BookStore</title>
+<title>Dancer2 REST API</title>
7
<link rel="stylesheet" href="<% request.uri_base %>/css/style.css" />
8
<link rel="shortcut icon" href="/favicon.ico" />
9
@@ -15,7 +15,7 @@
15
</head>
16
<body>
17
<div align="center">
18
-<h1>Programming Exercise - BookStore</h1>
+<h1>Dancer2 REST API</h1>
19
<br/>
20
<hr/>
21
</div>
0 commit comments