that’s not what i was looking for. i do have advice for anyone else looking to do the same thing though. i figured it out with help from a friend.
<ul style="width: center; margin: 0 auto 0 auto">
<li><a href="<?php echo get_settings('home'); ?>" accesskey="H">home</a></li>
<?php wp_list_pages('title_li=&depth=1' ); ?>
<li><a href="LINK">text</a></li>
</ul>