Skip to content

Commit 22f2bc9

Browse files
committed
Change title of index page
1 parent 03f8525 commit 22f2bc9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

public/index.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
8-
<title><%= htmlWebpackPlugin.options.title %></title>
8+
<title>Gamification Todo List with Vue and TypeScript</title>
99
</head>
1010
<body>
1111
<noscript>
12-
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
12+
<strong
13+
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
1314
properly without JavaScript enabled. Please enable it to
14-
continue.</strong>
15+
continue.</strong
16+
>
1517
</noscript>
1618
<div id="app"></div>
1719
<!-- built files will be auto injected -->

0 commit comments

Comments
 (0)