Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created November 10, 2015 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/3c74a750189841b9f747 to your computer and use it in GitHub Desktop.
Save zoffixznet/3c74a750189841b9f747 to your computer and use it in GitHub Desktop.
<!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">
<title>Perl 6 Modules Directory</title>
<link href="http://perl6.org/favicon.ico" rel="shortcut icon">
%= asset "cerulean.css";
%= asset "app.css";
</head>
<body>
<div class="container">
<%= content %>
<footer class="panel panel-default">
<div class="panel-body suckin-btm">
<p>For feedback and patches, please contact us through the
<a href="https://perl6.org/community/irc">#perl6 IRC
channel</a>, or send an email to the perl6-compiler@perl.org mailing
list.
</p>
<p class="text-muted">
<small>
This page is generated from the files in the
<a href="http://github.com/perl6/modules.perl6.org/"
>modules.perl6.org repository</a>.
<a href="http://modules.perl6.org/log/update.log"
class="btn btn-primary btn-sm">
<i class="glyphicon glyphicon-log-in"></i>
view build log</a>
</small>
</p>
</div>
</footer>
</div>
%= asset "bootstrap.js"
%= asset "app.js";
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment