領収証発行サービス
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.

38 lines
1.0KB

  1. <!DOCTYPE html>
  2. <html lang="ja">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>サイトタイトル</title>
  6. <link rel="stylesheet" href="{{ resource_path('css/pdf.css') }}">
  7. <link rel="stylesheet" href="{{ resource_path('css/spectre.min.css') }}">
  8. <link rel="stylesheet" href="{{ resource_path('css/spectre-exp.min.css') }}">
  9. <link rel="stylesheet" href="{{ resource_path('css/spectre-icons.min.css') }}">
  10. </head>
  11. <body>
  12. <header>領収証</header>
  13. <nav>ナビ</nav>
  14. <article>
  15. <h1>タイトル</h1>
  16. <section>
  17. <h2>タイトル</h2>
  18. <p>コンテンツの内容</p>
  19. </section>
  20. </article>
  21. <!----- メインコンテンツ END ----->
  22. <!----- フッター ----->
  23. <footer>フッター</footer>
  24. <p class="aaa">
  25. あかさたな
  26. </p>
  27. <p class="bbb">
  28. あかさたな
  29. </p>
  30. <!----- フッター END ----->
  31. <span class="label label-primary">primary label</span>
  32. <span class="label label-rounded label-primary">primary label</span>
  33. </body>
  34. </html>