App-Beeminder-Hook

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

META.yml
Makefile.PL
README
README.md
bin/app.pl
config.yml
dist.ini
environments/development.yml
environments/production.yml
lib/App/Beeminder/Hook.pm
public/404.html
public/500.html
public/css/error.css
public/css/style.css
public/dispatch.cgi
public/dispatch.fcgi
public/favicon.ico
public/images/perldancer-bg.jpg
public/images/perldancer.jpg
public/javascripts/jquery.js
t/001_base.t

public/404.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Error 404</title>
<link rel="stylesheet" href="/css/error.css" />
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>Error 404</h1>
<div id="content">
<h2>Page Not Found</h2><p>Sorry, this is the void.</p>
</div>
<div id="footer">
Powered by <a href="http://perldancer.org/">Dancer</a>.
</div>
</body>
</html>



( run in 2.259 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )