Newer Older
20 lines | 0.686kb
add files
Yuki Kimoto authored on 2014-03-26
1
<!DOCTYPE html>
2
<html>
3
  <head>
4
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
    <title>口語訳聖書オンライン語句検索</title>
不要なファイルを削除
Yuki Kimoto authored on 2014-04-01
6
    <link rel="shortcut icon" href="<%= url_for('/favicon.png') %>" type="image/png" >
add files
Yuki Kimoto authored on 2014-03-26
7
    <meta name="description" content="口語訳聖書のオンラインの語句検索を行うためのサイトです。">
8
    <meta name="keywords" content="口語訳聖書,著作権切れ,検索">
9

            
10
    %= javascript '/js/jquery-1.10.2.js';
11
    %= stylesheet '/css/common.css';
12

            
13
  </head>
14

            
15
  <body style="padding:15px">
16
    %#= include '/include/header';
17
    %= content_for;
18
    %#= include '/include/footer';
19
  </body>
不要なファイルを削除
Yuki Kimoto authored on 2014-04-01
20
</html>