Skip to content

Instantly share code, notes, and snippets.

@sakshamgurung
Created February 7, 2022 14:54
Show Gist options
  • Save sakshamgurung/265bbb8efe1082eaa10ddcee87901b28 to your computer and use it in GitHub Desktop.
Save sakshamgurung/265bbb8efe1082eaa10ddcee87901b28 to your computer and use it in GitHub Desktop.
<!-- ./public/index.html -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Cat Paws</title>
</head>
<body>
<div>
<h1 style="text-align: center;">Cat Paws</h1>
<a style="display: flex; justify-content: center;" href="cats">Serve me some cat videos</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment