Changing Introduction to Welcome

This commit is contained in:
Kris Jordan
2012-07-09 12:44:49 -04:00
parent 5fea2fe320
commit 5e5bb1990e
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
<body>
<nav class="site-navigation">
<ul>
<li><a href="/index.html#introduction">Introduction</a></li>
<li><a href="/index.html#site-header">Welcome</a></li>
<li><a href="/index.html#code_style_guide">Code Style Guide</a></li>
<li><a href="/index.html#language_highlights">Language Highlights</a>
<ul>
@@ -52,7 +52,7 @@
</ul>
</nav>
<div class="site-content">
<header class="site-header">
<header class="site-header" id="site-header">
<hgroup>
<h1 class="site-title"><a href="/">PHP</a></h1>
<h2 class="site-slogan">The Right Way.</h2>