Sha256: 98a6377c99e4f4c93e81100d1f8783c2359979a5f985c7b58839a5b7850366f4
Contents?: true
Size: 832 Bytes
Versions: 2
Compression:
Stored size: 832 Bytes
Contents
<!DOCTYPE html> <html lang="en"> {% include head.html %} <body> {% include facebook-init.html %} <div class="layout"> {% include header.html %} <main class="main-wrapper"> <div class="page wrapper"> <h1 class="home-title"> <center><img src="{{ "/assets/images/avatar.png" | relative_url }}" alt="Logo" /></center> </h1> <!-- Search box --> <div class="pure-form" id="search-container"> <input type="text" class="pure-input-1 pure-input-rounded" id="search-input" placeholder="What are you looking for?..."> <ul id="results-container"></ul> </div> </div> </main> {% include footer.html %} </div> <!-- Back to Top --> {% include back-top.html %} {% include scripts.html %} </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
krad-3.4.3 | _layouts/home.html |
krad-3.4.2 | _layouts/home.html |