Skip to content

Instantly share code, notes, and snippets.

@malditojavi

malditojavi/html Secret

Created September 14, 2017 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malditojavi/20611eedb0332d5330d52ee88fc13c05 to your computer and use it in GitHub Desktop.
Save malditojavi/20611eedb0332d5330d52ee88fc13c05 to your computer and use it in GitHub Desktop.
Hack Landing Page
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hack Block Scroll</title>
<link href="css/main.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
</script>
</head>
<body>
<h1>Don’t be the last one to know what works in growth hacks</h1>
<img src=”path/to/image.png” style=”margin: 0 auto; width: 20em;”>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment