1 contributor
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>口語訳聖書オンライン語句検索</title>
<link rel="shortcut icon" href="<%= url_for('/perltweet-favicon.png') %>" type="image/png" >
<meta name="description" content="口語訳聖書のオンラインの語句検索を行うためのサイトです。">
<meta name="keywords" content="口語訳聖書,著作権切れ,検索">
%= javascript '/js/jquery-1.10.2.js';
%= stylesheet '/css/common.css';
</head>
<body style="padding:15px">
%#= include '/include/header';
%= content_for;
%#= include '/include/footer';
</body>
</html>