Skip to content

Instantly share code, notes, and snippets.

@jakelacey2012
Created June 27, 2016 08:39
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 jakelacey2012/d3e1d4603d5745dc82de9cf1c77a211d to your computer and use it in GitHub Desktop.
Save jakelacey2012/d3e1d4603d5745dc82de9cf1c77a211d to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Standard Life - Payments Page</title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="desktopresources/css/styles.css">
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="desktopresources/css/styles_ie.css" />
<![endif]-->
</head>
<body>
<div class="navbar">
<img alt="logo" src="desktopresources/images/logo.jpg">
</div>
<div class="thanksturnon">
<img alt="banner" src="desktopresources/images/banner.jpg">
</div>
<div class="container">
<p>
<hpp:body />
</p>
</div>
<div class="footer">
<p>© UCB | Registered Charity No. 299128</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment