-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
39 lines (35 loc) · 2.05 KB
/
header.php
File metadata and controls
39 lines (35 loc) · 2.05 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
36
37
38
39
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Situs Ofisial GBS 2014-2015</title>
<meta name="description" content="Situs Ofisial Ganesha Basketball Season 2014-2015">
<meta name="keywords" content="Basket,UBG,Unit Basket Ganesha, Basketball,Olahraga,ITB KM-ITB,KMITB">
<meta name="author" content="AZIF">
<meta name="viewport" content="width=device-width">
<meta charset='utf-8'>
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<link rel="stylesheet" type="text/css" href="css/slider.css">
<!-- menubar -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/cssmenu.css">
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<script src="<?php bloginfo('template_url'); ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/cssmenu.js"></script>
<!-- photos slider -->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jssor.core.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jssor.utils.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jssor.slider.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/slider.js"></script>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/slider.css">
</head>
<body>
<div id="header" class="main">
<div id="logo">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo.png">
</div>
<?php get_template_part('navbar'); ?>
<div id="title">Ganesha Basketball season 2014-2015</div>
<div id="sub-title">Powered by brodo</div>
</div>
<?php get_template_part('latestschedule'); ?>