Skip to content

Commit fbba01a

Browse files
author
mcibique
committed
Updated document title.
1 parent 7268fd4 commit fbba01a

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

public/index.html

+14-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7-
<link rel="shortcut icon" href="<%= webpackConfig.output.publicPath %>favicon.ico">
8-
<title>my-project</title>
9-
</head>
10-
<body>
11-
<div id="app"></div>
12-
<!-- built files will be auto injected -->
13-
</body>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
8+
<link rel="shortcut icon" href="<%= webpackConfig.output.publicPath %>favicon.ico">
9+
<title>VUE testing examples</title>
10+
</head>
11+
12+
<body>
13+
<div id="app"></div>
14+
<!-- built files will be auto injected -->
15+
</body>
16+
1417
</html>

0 commit comments

Comments
 (0)