Skip to content

Instantly share code, notes, and snippets.

@code08-ind
Created June 21, 2021 18:18
Show Gist options
  • Save code08-ind/c51af8910ca9b20eed660584ec7d59df to your computer and use it in GitHub Desktop.
Save code08-ind/c51af8910ca9b20eed660584ec7d59df to your computer and use it in GitHub Desktop.
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='stylesheet' href='/style.css' />
<title>About</title>
</head>
<body>
<div class='container'>
<a href='/'><button>Home</button></a>
<a href='/about'><button>About</button></a>
</div>
<h1>This Is <span><%= title %></span></h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment