-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
25 lines (18 loc) · 898 Bytes
/
README.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<!-- Use title if it's in the page YAML frontmatter -->
<title>The Middleman</title>
<link href="/stylesheets/normalize.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/all.css" media="screen" rel="stylesheet" type="text/css" />
<script src="/javascripts/all.js" type="text/javascript"></script>
</head>
<body class="README">
<h2 id="akechigithubio">akechi.github.io</h2>
<p>Source files of this site are available on <a href="https://github.com/akechi/web">akechi/web repository</a>.</p>
<p>Clone web repository and execute <code>bundle exec middleman deploy</code> to deploy to this repository.</p>
</body>
</html>