mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-29 13:00:21 +00:00
32 lines
1.1 KiB
HTML
Vendored
32 lines
1.1 KiB
HTML
Vendored
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Hank Quinlan, Horrible Cop</title>
|
|
<!-- link to main stylesheet -->
|
|
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/">Home</a></li>
|
|
<li><a href="/about">About</a></li>
|
|
<li><a href="/cv">CV</a></li>
|
|
<li><a href="/blog">Blog</a></li>
|
|
</ul>
|
|
</nav>
|
|
<div class="container">
|
|
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=GUBrJGAxZZg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
|
<div class="blurb">
|
|
<h1>Hi there, I'm Hank Quinlan!</h1>
|
|
<p>I'm best known as the horrible cop from <em>A Touch of Evil</em> Don't trust me. <a href="/about">Read more about my life...</a></p>
|
|
</div><!-- /.blurb -->
|
|
</div><!-- /.container -->
|
|
<footer>
|
|
<ul>
|
|
<li><a href="mailto:hankquinlanhub@gmail.com">email</a></li>
|
|
<li><a href="https://github.com/hankquinlan">github.com/hankquinlan</a></li>
|
|
</ul>
|
|
</footer>
|
|
</body>
|
|
</html>
|