forked from bernorieder/YouTube-Data-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml_head.php
More file actions
50 lines (37 loc) · 1.45 KB
/
html_head.php
File metadata and controls
50 lines (37 loc) · 1.45 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
40
41
42
43
44
45
46
47
48
49
50
<?php
ini_set( 'default_charset', 'UTF-8' );
require_once "config.php";
require_once "common.php";
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>YouTube Data Tools</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<link href="https://fonts.googleapis.com/css?family=Droid+Sans|Muli:700" rel="stylesheet">
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<div id="fullpage">
<div class="headTab">
<div class="leftHead" onclick="document.location.href='https://tools.digitalmethods.net/netvizz/youtube/';" style="cursor:pointer;">YouTube Data Tools</div>
<div class="rightHead">
<a href="http://thepoliticsofsystems.net">blog</a>
<a href="http://labs.polsys.net">software</a>
<a href="http://thepoliticsofsystems.net/papers-and-talks/">research</a>
<a href="https://www.digitalmethods.net">DMI</a>
<a href="http://thepoliticsofsystems.net/about/">about</a>
</div>
</div>
<div class="rowTab">
<div class="sectionTab">
<a href="index.php" class="navlink">Home</a>
<a href="mod_channel_info.php" class="navlink">Channel Info</a>
<a href="mod_channels_net.php" class="navlink">Channel Network</a>
<a href="mod_videos_list.php" class="navlink">Video List</a>
<a href="mod_videos_net.php" class="navlink">Video Network</a>
<a href="mod_video_info.php" class="navlink">Video Info</a>
<a href="faq.php" class="navlink">FAQ</a>
</div>
</div>