Sha256: f5d788ff732648b755afc9952f927f38c5b01b853a20ef15c4293562e08a7227
Contents?: true
Size: 1.23 KB
Versions: 4
Compression:
Stored size: 1.23 KB
Contents
<!DOCTYPE html> <html class='h-100'> <head> <title>Your Title</title> <meta content='ie=edge' http-equiv='x-ua-compatible'> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0' name='viewport'> <meta charset='utf-8'> <meta content='My Blog' name='description'> <meta content='index,follow,noodp' name='robots'> <meta content='Exposition' name='generator'> <meta content='Interesting Stuff' name='subject'> <base href='http://www.example.com'> <link rel="stylesheet" crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" /> </head> <body class='d-flex flex-column h-100'> <header class='bg-light py-3 mb-3'> <nav class='navbar navbar-expand-lg navbar-light'> <div class='container d-flex justify-content-between'> <h1 class='navbar-brand'><a href="/">Your Title</a></h1> <ul class='navbar-nav mb-2 mb-lg-0'> </ul> </div> </nav> </header> <h2>This is a hardcoded page</h2> <p>Used for testing that the pages controller falls back to reading templates from the pages directory.</p> <footer class='footer mt-auto py-3 bg-light'> <div class='container'> <p>By Your Name</p> </div> </footer> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems