32 lines
654 B
HTML
32 lines
654 B
HTML
<!DOCTYPE html>
|
|
|
|
<!--
|
|
vim: ts=2 sw=2 et ft=html
|
|
-->
|
|
|
|
<html>
|
|
|
|
<meta name="viewport" width=device-width>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<link href="https://fonts.googleapis.com/css?family=Oswald:700|Roboto:400" rel="stylesheet">
|
|
<link rel="stylesheet" href="_css/styles.css" type="text/css" />
|
|
|
|
<head>
|
|
<title>0x29a ¯\_(ツ)_/¯</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="quotes-wrapper">
|
|
<div class="quotes">
|
|
<h1>This individual doesn't need a website.</h1>
|
|
<p>~ the individual who owns this website, ca. 2010</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|
|
|
|
<!--
|
|
Hello! :)
|
|
-->
|