-
Notifications
You must be signed in to change notification settings - Fork 0
/
inc_header.php
35 lines (34 loc) · 1.04 KB
/
inc_header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML>
<!--
Cardinal website, based on "Alpha" by "HTML5 UP"
Licensed under the CCA 3.0
-->
<html>
<head>
<title>Cardinal</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/assets/css/main.css" />
</head>
<body class="<?php if (!empty($HOME)) { ?>landing <?php } ?>is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<!--<h1><a href="/">Cardinal</a></h1>-->
<nav id="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/live">Try Live</a></li>
<li>
<a href="#" class="icon solid fa-angle-down">Pages</a>
<ul>
<li><a href="/about">About Cardinal</a></li>
<li><a href="/modules">Included modules</a></li>
<li><a href="/osc-remote-control">OSC Remote Control</a></li>
<li><a href="/variants">Plugin variants</a></li>
<li><a href="/screenshots">Screenshots</a></li>
</ul>
</li>
</ul>
</nav>
</header>