This repository was archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinclude_header.php
More file actions
35 lines (33 loc) · 1.44 KB
/
include_header.php
File metadata and controls
35 lines (33 loc) · 1.44 KB
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>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>cSploit</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<!--<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>-->
</head>
<body>
<nav class="light-blue darken-4" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="index" class="brand-logo right">cSploit</a>
<ul class="left hide-on-med-and-down">
<li><a href="index">Home</a></li>
<li><a href="docs">Docs</a></li>
<li><a href="donate">Donate</a></li>
<li><a href="downloads">Downloads</a></li>
<li><a href="story">Story</a></li>
<li><a href="news">News</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="/cs">Home</a></li>
<li><a href="docs">Docs</a></li>
<li><a href="donate">Donate</a></li>
<li><a href="downloads">Downloads</a></li>
<li><a href="story">Story</a></li>
<li><a href="news">News</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>