forked from tomkap/network-tools
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathheader.php
43 lines (34 loc) · 1.22 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
<?php
/*
* Authors
*
* George Lemanis <georlema@gmail.com>
* Thomas Kapoulas <tomkap@pebkac.gr>
* Nick Raptis <airscorp@gmail.com>
*/
?>
<?php php header('Content-Type: text/html; charset=utf-8'); ?>
<!DOCTYPE html>
<html lang="el">
<head>
<meta charset="UTF-8" />
<meta name="author" content="F/OSS TEI of Messolonghi, F/OSS AUEB" />
<meta name="keywords" content="traceroute ping nslookup whois foss teimes ipv4 ipv6" />
<meta name="description" content="free online network tools by foss.teimes" />
<title>Εργαλεία Δικτύου - Network Tools | Κοινότητα ΕΛ/ΛΑΚ ΤΕΙ Μεσολογγίου</title>
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://foss.teiwest.gr/sites/default/files/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="main.css" type="text/css" media="all" />
</head>
<body>
<div id="wrapper">
<div id="header" class="clearfix">
<div id="site-logo">
<a href="https://foss.teiwest.gr/network-tools/" title="Home">
<img src="https://foss.teiwest.gr/sites/default/files/tux-header.png" alt="Home" />
</a>
</div>
<div id="subheader">
<h1>Εργαλεία Δικτύου - Network Tools</h1>
</div>
</div>