Sha256: e35fdf01649215ec40cc4810cb59fc3c899a68e18c3e2f1a00d3b248f61036aa
Contents?: true
Size: 1.88 KB
Versions: 56
Compression:
Stored size: 1.88 KB
Contents
<!DOCTYPE html> <html> <head> <!-- Meta Info --> <%= render 'layouts/phcscriptcdnpro/components/frontend/seo/seo_main' %> <!-- Font --> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/> <!-- Requried StyleSheets --> <%= stylesheet_link_tag "application", media: "all", 'data-turbolinks-track': 'reload' %> <!-- Requried JavaScripts --> <%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %> <!-- Security --> <%= csrf_meta_tags %> </head> <body class="enable-animation"> <!-- Start Top Slideout Above Navigation Bar --> <div id="slidetop"> <%= render 'layouts/phcscriptcdnpro/components/frontend/header/slideout' %> </div> <!-- End Top Slideout Above Navigation Bar --> <!-- Start Main Wrapper --> <div id="wrapper"> <!-- Start User Topbar --> <div id="topBar"> <%= render 'layouts/phcscriptcdnpro/components/frontend/header/topbar' %> </div> <!-- End User Topbar --> <!-- Start Main Navigation --> <div id="header" class="sticky clearfix"> <%= render 'layouts/phcscriptcdnpro/components/frontend/navigation/navigation' %> </div> <!-- End Main Navigation --> <%= yield %> <!-- Start Footer Wrapper --> <footer id="footer"> <div class="container"> <!-- Start Footer Main Information --> <div class="row"> <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer' %> </div> <!-- End Footer Main Information --> </div> <!-- Start Footer Copyright Information --> <div class="copyright"> <%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_copyright' %> </div> <!-- End Footer Copyright Information --> </footer> <!-- End Footer Wrapper --> </div> <!-- End Main Wrapper --> </body> </html>
Version data entries
56 entries across 56 versions & 1 rubygems