Barebones HTML5 Framework
<!DOCTYPE html>
<html lang="en-IE">
<head>
<meta charset="utf-8" />
<title>
<!-- TITLE -->
</title>
<meta name="description"
content="<!-- DESCRIPTION -->" />
<meta name="keywords" content="" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0" />
<link href="css/normalize.min.css" rel="stylesheet"
media="all" />
<link href="css/styles.css" rel="stylesheet" media="screen" />
</head>
<body>
<nav class="mainmenu"></nav>
<article class="wrap" role="main">
<h1></h1>
<!-- BODY -->
</article>
<footer></footer>
</body>
</html>
Favicon Generator
Favicon
<link rel="icon" type="image/png" href="<?php echo $config->urls->templates . "images/mendofutures-favicon.png"; ?>">
Paypal Links for Buttons
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XXX
Alternately, use this Link Generator.