Skip to content

Commit 0062710

Browse files
authored
Update contact.html
1 parent 510ffdd commit 0062710

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

contact.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<body>
5-
<!-- Fixed header -->
4+
<body>
5+
<!-- Fixed header: use on all pages -->
66
<header class="site-header">
77
<div class="container header-row">
88
<a href="index.html" class="brand">
@@ -25,10 +25,13 @@
2525
</div>
2626
</header>
2727

28-
<!-- Main content of index.html below -->
29-
<main>...</main>
28+
<!-- Main content goes here: unique per page -->
29+
<main>
30+
<!-- Put page-specific content here -->
31+
</main>
3032
</body>
3133

34+
3235
<meta charset="utf-8" />
3336
<meta name="viewport" content="width=device-width,initial-scale=1" />
3437
<title>Contact — Pacesetters Foundation</title>

0 commit comments

Comments
 (0)