-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 852 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LinePress</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="LinePress, automating WordPress">
<link href="css/style.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="header">
<a href="https://github.com/linepress" target="_blank"><img class="site-logo" alt="LinePress" title="LinePress" src="http://gravatar.com/avatar/30e69f14ad0e26de4a2ebceb7f34ae0a?s=200" /></a>
<h1 class="site-title"><a href="https://github.com/linepress" target="_blank">LinePress</a></h1>
</div>
</body>
</html>