We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510ffdd commit 0062710Copy full SHA for 0062710
contact.html
@@ -1,8 +1,8 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
- <body>
5
- <!-- Fixed header -->
+<body>
+ <!-- Fixed header: use on all pages -->
6
<header class="site-header">
7
<div class="container header-row">
8
<a href="index.html" class="brand">
@@ -25,10 +25,13 @@
25
</div>
26
</header>
27
28
- <!-- Main content of index.html below -->
29
- <main>...</main>
+ <!-- Main content goes here: unique per page -->
+ <main>
30
+ <!-- Put page-specific content here -->
31
+ </main>
32
</body>
33
34
+
35
<meta charset="utf-8" />
36
<meta name="viewport" content="width=device-width,initial-scale=1" />
37
<title>Contact — Pacesetters Foundation</title>
0 commit comments