Skip to content

Commit c0930b4

Browse files
Update articles.html
1 parent 15641b0 commit c0930b4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

articles.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@
1111
<link rel="stylesheet" href="/styles.css">
1212
</head>
1313
<body>
14-
<header class="nav">
14+
<header class="nav" id="siteNav">
1515
<div class="container nav-inner">
1616
<div class="brand">
1717
<span class="logo-mark">M</span><span class="logo-text">Metridex</span>
1818
</div>
1919
<nav class="nav-links" aria-label="Primary">
2020
<a href="/">Home</a>
2121
<a href="/#features">Features</a>
22+
<a href="/#screens">Screens</a>
2223
<a href="/#pricing">Pricing</a>
2324
<a href="/articles.html" aria-current="page">Articles</a>
25+
<a href="/#faq">FAQ</a>
2426
<a href="/#contact">Contact</a>
2527
</nav>
2628
<div class="nav-actions">

0 commit comments

Comments
 (0)