File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ and in the ``app`` directory:
423
423
<html>
424
424
<head>
425
425
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
426
- <title>{% block title %}Random Number Generator {% endblock %}</title>
426
+ <title>{% block title %}Welcome! {% endblock %}</title>
427
427
{% block stylesheets %}{% endblock %}
428
428
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
429
429
</head>
@@ -440,7 +440,7 @@ and in the ``app`` directory:
440
440
<html>
441
441
<head>
442
442
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
443
- <title><?php $view['slots']->output('title', 'Random Number Generator ') ?></title>
443
+ <title><?php $view['slots']->output('title', 'Welcome! ') ?></title>
444
444
<?php $view['slots']->output('stylesheets') ?>
445
445
<link rel="shortcut icon" href="<?php echo $view['assets']->getUrl('favicon.ico') ?>" />
446
446
</head>
You can’t perform that action at this time.
0 commit comments