Sha256: 1865b2c66b3903793385d97d6cac0a8cacba40a75ba6cc04d9ec5063e3ceb911

Contents?: true

Size: 470 Bytes

Versions: 1

Compression:

Stored size: 470 Bytes

Contents

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>{{ page.title }}</title>
    <link rel="stylesheet" href="/css/style.css">
  </head>
  <body>
    <nav>
      <a href="/">Home</a>
      <a href="/blog/">Blog</a>
    </nav>
    <h1 >{{ page.title }}</h1>
    <section style="background-color:rgb(59, 113, 137);">
      <p> {{ content }} </p>
    </section>
    <footer>
      &copy; to me
    </footer>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
raikar05-0.1.1 _layouts/404.html