<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <link href='https://fonts.googleapis.com/css?family=Fira+Sans' rel='stylesheet' type='text/css'> <!-- Bootstrap --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <style> body { font-family: 'Fira Sans', sans-serif; color: #000000; } h2, h5 { margin-bottom: 0.5em; } .after-h1 { border-bottom: 1px solid #bbbbbb; margin-bottom: 1.5em; } .footer { margin: 0.5em 0 1.5em 0; } table { margin: 0.5em 0 0.5em 0.5em; } table thead tr { background: #eeeeee; } table td, table th { padding: 0.1em 1em 0.1em 1em; border: 1px solid #bbbbbb; } blockquote { border-left: 10px solid #cccccc; background: #eeeeee; display: inline-block; padding: 1em; } </style> <title><%= src_title -%></title> </head> <body> <div class="body container"> <div class="content row justify-content-center"> <div class="col-10"> <%= output %> </div> </div> <div class="footer d-flex justify-content-center"> <div> <% short_sha = src_file_sha ? src_file_sha[0..7] : nil -%> <% if file_url && short_sha -%> v. <a href="<%= file_url -%>"><%= short_sha -%></a>, <% elsif short_sha -%> v. <%= short_sha -%>, <% end -%> <%= src_file_date -%> © <a href="https://sidu.in">Sidu Ponnappa</a> </div> </div> </div> <script type='text/javascript'> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-24685691-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>