Skip to content

Commit 334ec92

Browse files
committed
11-tabs-project title changed
1 parent e6fcd12 commit 334ec92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

11-tabs/final/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>About</title>
6+
<title>Tabs</title>
77

88
<!-- styles -->
99
<link rel="stylesheet" href="styles.css" />

11-tabs/setup/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>About</title>
6+
<title>Tabs</title>
77

88
<!-- styles -->
99
<link rel="stylesheet" href="styles.css" />
1010
</head>
1111
<body>
12-
<h1>about project</h1>
12+
<h1>tabs project</h1>
1313
<!-- javascript -->
1414
<script src="app.js"></script>
1515
</body>

0 commit comments

Comments
 (0)