Skip to content

Instantly share code, notes, and snippets.

@demogar
Created November 23, 2010 02:39
Show Gist options
  • Save demogar/711143 to your computer and use it in GitHub Desktop.
Save demogar/711143 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
/* JS, CSS, Meta tags, etc.. */
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1><?php echo $titulo; ?></h1>
</div><!-- /header -->
<div data-role="content">
<h2>Bienvenido a Panagamers.com</h2>
<p>Panagamers es la comunidad nacional m&aacute;s importante de deportes y juegos electr&oacute;nicos en Panam&aacute; en donde sus miembros son capaces de interactuar con birirosos iguales a ellos.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Copyright &copy; 2008-2010. Panagamers.com</h4>
</div><!-- /header -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment