HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/wordpress0612/wp-content/themes/connections/header.php
<div id="header">
	<ul id="topnav">
		<li><a href="<?php bloginfo('url'); ?>" id="navHome" title="Posted Recently" accesskey="h">Home |</a></li>
		<li><a href="#" id="navAbout" title="About the Author" accesskey="a">About |</a></li>
		<li><a href="#" id="navArchives" title="Posted Previously" accesskey="r">Archives |</a></li>
		<li><a href="#" id="navLinks" title="Recommended Links" accesskey="l">Links |</a></li>
		<li><a href="#" id="navContact" title="Contact the Author" accesskey="c">Contact </a></li>
	</ul>
	<h1><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>		
	<div id="desc"><?php bloginfo('description');?></div>
</div>