Skip to content

Instantly share code, notes, and snippets.

@ecojuntak
Created January 17, 2020 16:11
Show Gist options
  • Save ecojuntak/29262ceea43f467ab070ad3c3454642a to your computer and use it in GitHub Desktop.
Save ecojuntak/29262ceea43f467ab070ad3c3454642a to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Home</title>
</head>
<body>
<div style="background: #388BF2; font-size: 24px; color: white">
Simple library app
</div>
<div style="margin-top: 20px; margin-bottom: 20px">
<a href="/books">
Click here to load all book
</a>
</div>
<div style="background: #31B057; font-size: 20px; color: white">
Created with love and willingness to learn
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment