Skip to content

Instantly share code, notes, and snippets.

@Nullreff
Created October 6, 2014 17:00
Show Gist options
  • Save Nullreff/f9f9713464a6257cb0dc to your computer and use it in GitHub Desktop.
Save Nullreff/f9f9713464a6257cb0dc to your computer and use it in GitHub Desktop.
Website
#welcome {
width: 800px;
margin: 20px auto;
padding: 20px;
}
p.links > a {
text-decoration: none;
color: black;
margin-left: 10px;
}
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nullreff</title>
<meta charset="utf-8">
<meta content="Nullreff" name="author">
<meta content="What's even going on here? The last time I checked, you were out dancing under the stars. Since when is the internet a place to live your life..." name="description">
<link href="home.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="welcome">
<pre>> head welcome.txt
Hello and welcome to
_ _ _ _ __ __ _
| \ | |_ _| | |_ __ ___ / _|/ _| _ __ ___| |_
| \| | | | | | | '__/ _ \ |_| |_ | '_ \ / _ \ __|
| |\ | |_| | | | | | __/ _| _| _ | | | | __/ |_
|_| \_|\__,_|_|_|_| \___|_| |_| (_) |_| |_|\___|\__|
Home of weird thoughts, technical wizardry and plenty of perspective
If you'd like to get in touch, send an email to contact@nullreff.net
</pre>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment