Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oknoorap authored Jan 13, 2017
1 parent e09b40f commit 5cfb548
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>Ribhnux Technology</title>
<meta charset="utf-8">
<title>Ribhnux Technology</title>
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<style>
#wrapper {
display: flex;
height: 100vh;
}
</style>
</head>
<body>
First Init
<div id="wrapper">
<img src="https://cdn.ampproject.org/i/avatars2.githubusercontent.com/u/5609122" alt="Ribhnux Logo" />
<h1>Small Things, Changes Big.</h1>
</div>
</body>
</html>
</html>

0 comments on commit 5cfb548

Please sign in to comment.