-
Notifications
You must be signed in to change notification settings - Fork 1
/
MetaData.html
33 lines (28 loc) · 1.12 KB
/
MetaData.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>@itsN1X | CORE.N1X.Website</title>
<meta name="description" content="Wah wah .">
<link rel="stylesheet" href="main.css">
<link href="beta.css" rel="stylesheet">
</head>
<upperDock>
<div class="navbar navbar-inverse navbar-fixed-top"> <a id="dw-nav" class="navbar-brand" href="index.html" > <h1>CORE.N1X.Website </h1></a></div>
<div>
<a id="dw-nav" class="navbar-header" >
<h5>
<a href="Archives.html">| Archives</a> |
<a href="MetaData.html">MetaData</a> |
<a href="Repos.html">Repositories</a> |
<a href="About.html">About</a> |
<a href="Dash.html">Da$h</a> |
<a href="Social.html">Social</a> |
<a href="Contri.html">Contri</a> |
</h5>
</a>
</div>
</upperDock>
</html>
<!------------------------------------------end-of-core-head------------------->