Skip to content

Commit 1d0cf8f

Browse files
committed
Fix: Using header does not make much sense here (at least yet).
1 parent 37c6956 commit 1d0cf8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@
121121
</style>
122122
</head>
123123
<body>
124-
<header id="main">
124+
<div id="main">
125125
<h1 id="title">Project Q</h1>
126126
<p>More to come.</p>
127-
</header>
127+
</div>
128128
</body>
129129
</html>

0 commit comments

Comments
 (0)