mirror of
https://github.com/Newnetirc/idlerpg-web.git
synced 2026-03-10 16:00:18 +00:00
first commit
This commit is contained in:
21
header.php
Normal file
21
header.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title><?php echo $irpg_chan; ?> Idle RPG: <?php echo $irpg_page_title; ?></title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="head">
|
||||
<img src="<?php echo $irpg_logo; ?>" alt="<?php echo $irpg_chan; ?> Idle RPG" title="<?php echo $irpg_chan; ?> Idle RPG">
|
||||
</div>
|
||||
<nav id="menu">
|
||||
<ul>
|
||||
<li><a href="index.php">Home</a></li>
|
||||
<li><a href="https://newnet.net/forums/" target="_blank">Forums</a></li>
|
||||
<li><a href="quest.php">Quest Info</a></li>
|
||||
<li><a href="help.php">Help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="content">
|
||||
Reference in New Issue
Block a user