-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
44 lines (38 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description"
content="Erlang-blog : Thoughts on infinite scalability">
<link rel="stylesheet" type="text/css" media="screen"
href="stylesheets/stylesheet.css">
<title>Erlang-blog</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/zsoci/Erlang-Blog">View
on GitHub</a>
<h1 id="project_title">Erlang-blog</h1>
<h2 id="project_tagline">The road to infinite scalability</h2>
<section id="downloads">
<a class="zip_download_link"
href="https://github.com/zsoci/Erlang-Blog/zipball/master">Download
this project as a .zip file</a> <a class="tar_download_link"
href="https://github.com/zsoci/Erlang-Blog/tarball/master">Download
this project as a tar.gz file</a>
</section>
</header>
</div>
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<a id="welcome-to-github-pages" class="anchor"
href="#welcome-to-github-pages" aria-hidden="true"> <span
class="octicon octicon-link"></span>
</a>
</section>
</div>
</body>
</html>