👌 GRAPHIC DESIGN IS MY PASSION

This commit is contained in:
2018-08-11 00:10:22 +01:00
commit 0d7b96a576
3 changed files with 66 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hacks 'R' Us</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1><a href="/"><img src="img/logo.svg" alt="Hacks 'R' Us Logo"></a></h1>
<ul class="people">
<li><a href="https://twitter.com/swlcx">Sam W</a></li>
</ul>
</div>
</body>
</html>