-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.php
56 lines (56 loc) · 3.04 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php
include("function.php");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="dns-prefetch" href="//pubzone.ro">
<link rel="dns-prefetch" href="//steam.com">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="preconnect" href="//fonts.googleapis.com">
<title>Stats # Go.PubZone.Ro</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/tabulator_materialize.min.css">
<link type="text/css" rel="stylesheet" href="css/style.css"/>
<link type="text/css" rel="stylesheet" href="css/variablecolors.css"/>
<link type="text/css" rel="stylesheet" href="css/pubzy/pubzy.css" />
<link href="https://fonts.googleapis.com/css?family=Advent+Pro|Dancing+Script|Exo|Exo+2|Gothic+A1|Jura|Kaushan+Script|Lobster|Oswald|Roboto|Roboto+Condensed|Roboto+Mono|Roboto+Slab|Saira:300|Saira+Condensed:300|Saira+Extra+Condensed&display=swap" rel="stylesheet">
<meta name='robots' content='noindex,nofollow'>
<!-- IOS -->
<meta name="apple-mobile-web-app-title" content="Stats # Go.PubZone.Ro">
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='apple-touch-fullscreen' content='yes'>
<meta name='apple-mobile-web-app-status-bar-style' content='#263238'>
<meta name='format-detection' content='telephone=no'>
<!-- Other -->
<link rel='logo' type='image/png' href='img/CSGO.png'>
<link rel='image_src' href='img/CSGO.png' type='image/png'>
<link rel='shortcut icon' type='image/png' href='img/CSGO.png'>
<link rel='fluid-icon' type='image/png' href='img/CSGO.png'>
</head>
<body class="zBgPubZone">
<header>
<div class="navbar">
<nav class="zGradient">
<div class="nav-wrapper">
<i class="pubz pubz-PubZoneP zLogoShades left"></i>
<a href="index.php" class="brand-logo center">Go.PubZone.Ro</a>
<a href="#" data-target="sidenavs" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul id="nav-mobile" class="left hide-on-med-and-down">
<li><a href="index.php">Acasă</a></li>
<li><a href="//pubzone.ro">Forum</a></li>
</ul>
</div>
</nav>
</div>
<div class="loadingtop" id="loading" style="display: none;">
<div class="progress">
<div class="indeterminate"></div>
</div>
</div>
</header>
<main>