Skip to content

Instantly share code, notes, and snippets.

@im-ankitjais
Created November 29, 2020 12:31
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 im-ankitjais/5318432ade938b2be21bbd446a812ff5 to your computer and use it in GitHub Desktop.
Save im-ankitjais/5318432ade938b2be21bbd446a812ff5 to your computer and use it in GitHub Desktop.
HTML code to share on blog.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<h1>Here is the live site.</h1>
<p>Contact me at: </p>
<a href="https://ankit-jaiswal.netlify.app">My Portfolio</a>
</body>
</html>
*{
text-align: center;
background-color: black;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment