Skip to content

Instantly share code, notes, and snippets.

View johnduhart's full-sized avatar

John Du Hart johnduhart

View GitHub Profile
<html>
<head>
<style type="text/css">
body
{
background-image:url('http://yumyumbublegum.mine.nu/website/background.jpg');
background-repeat:no-repeat;
}
#banner
{
* { padding:0; margin:0; }
a:link { color:#CCCCCC; text-decoration: none; }
a:visited { color: #CCCCCC; text-decoration: none; }
a:hover { text-decoration: underline; color: #CCCCCC; }
a:active { text-decoration: underline; color: #CCCCCC; }
#wrapper {
* { padding:0; margin:0; }
a:link { color:#CCCCCC; text-decoration: none; }
a:visited { color: #CCCCCC; text-decoration: none; }
a:hover { text-decoration: underline; color: #CCCCCC; }
a:active { text-decoration: underline; color: #CCCCCC; }
#wrapper {
@johnduhart
johnduhart / gist:191610
Created September 23, 2009 01:11 — forked from anonymous/gist:191609
Application about a pretty cool guy
#include <iostream>
int main()
{
std::cout << "compwhizii is a pretty cool guy";
}