Skip to content

Instantly share code, notes, and snippets.

@code08-ind
Created June 20, 2021 19:12
Show Gist options
  • Save code08-ind/207850359e8e53f44c8e7062155f10a4 to your computer and use it in GitHub Desktop.
Save code08-ind/207850359e8e53f44c8e7062155f10a4 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>Error</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