Skip to content

Instantly share code, notes, and snippets.

@dennermiranda
Created September 29, 2017 18:13
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 dennermiranda/2173fa203869bd991af270247d3d3424 to your computer and use it in GitHub Desktop.
Save dennermiranda/2173fa203869bd991af270247d3d3424 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Express Guestbook</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
</head>
<body class="container">
<h1>
Express Guestbook
<a href="/new-entry" class="btn btn-primary pull-right">
Write in the guestbook
</a>
</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment