-
Notifications
You must be signed in to change notification settings - Fork 2
/
header.html
49 lines (49 loc) · 1.5 KB
/
header.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html>
<head>
<!-- HEAD -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en" />
<meta name="viewport" content="width=device-width" />
<meta
name="keywords"
content="serhan, ekici, website, webpage, software, articles, blog, donate"
/>
<meta name="description" content="Serhan Ekici's personal website." />
<meta name="author" content="Serhan Ekici" />
<title>Serhan Ekici's Website</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<link
rel="alternate"
type="application/rss+xml"
title="Serhan Ekici's Website RSS Feed"
href="rss.xml"
/>
<link rel="icon" href="/favicon.png" type="image/png" />
</head>
<body>
<header>
<h1>${site_title}</h1>
</header>
<nav id="menuwrap">
<table id="menu" width="100%" border="0">
<tr>
<td id="links" align="left">
<a href="index.html">Index</a>
<a
href="https://github.com/serhanekicii"
target="_blank"
title="My Git Repository"
>Software</a
>
</td>
<td id="links-contact" align="right">
<span class="hidden"></span>
<a href="contact.html">Contact</a>
<a href="rss.xml" target="”_blank”">RSS</a>
</td>
</tr>
</table>
</nav>
<main id="mainwrap">
<div id="main">