You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html lang="ja">
-
- <head>
- <meta charset="utf-8">
- <title>サイトタイトル</title>
- <link rel="stylesheet" href="{{ resource_path('css/pdf.css') }}">
- <link rel="stylesheet" href="{{ resource_path('css/spectre.min.css') }}">
- <link rel="stylesheet" href="{{ resource_path('css/spectre-exp.min.css') }}">
- <link rel="stylesheet" href="{{ resource_path('css/spectre-icons.min.css') }}">
- </head>
-
- <body>
- <header>領収証</header>
- <nav>ナビ</nav>
- <article>
- <h1>タイトル</h1>
- <section>
- <h2>タイトル</h2>
- <p>コンテンツの内容</p>
- </section>
- </article>
- <!----- メインコンテンツ END ----->
-
- <!----- フッター ----->
- <footer>フッター</footer>
- <p class="aaa">
- あかさたな
- </p>
- <p class="bbb">
- あかさたな
- </p>
- <!----- フッター END ----->
- <span class="label label-primary">primary label</span>
- <span class="label label-rounded label-primary">primary label</span>
- </body>
-
- </html>
|