summaryrefslogtreecommitdiff
path: root/php/01-common-theme/common/header.php
blob: 83d762f3bebed3bd5a56823182a220dba646a5c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Welcome! | CEIT Open Course Content</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link type="text/css" rel="stylesheet" media="all" href="/common/style.css" />
  </head>
  <body>
      <header class="main-head">
        <a href="/">CEIT Open Course Content</a>
      </header>
      <nav class="main-nav">        
          <ul>
            <li><a href="/">Home</a></li>
            <li><a href="/contact.php">Contact</a></li>
          </ul>
      </nav>