forked from alphagov/exemplar-screens
-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
49 lines (39 loc) · 2.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html><!--[if lt IE 9]><html class="lte-ie8" lang="en"><![endif]--><!--[if gt IE 8]><!--><html lang="en"><!--<![endif]--><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!--[if IE 8]>
<script type="text/javascript">
(function(){if(window.opera){return;}
setTimeout(function(){var a=document,g,b={families:(g=
["nta"]),urls:["../../assets/css/fonts-ie8.css"]},
c="assets/govuk_template/javascripts/vendor/goog/webfont-debug.js",d="script",
e=a.createElement(d),f=a.getElementsByTagName(d)[0],h=g.length;WebFontConfig
={custom:b},e.src=c,f.parentNode.insertBefore(e,f);for(;h=h-1;a.documentElement
.className+=' wf-'+g[h].replace(/\s/g,'').toLowerCase()+'-n4-loading');},0)
})()
</script>
<![endif]-->
<!--[if gte IE 9]><!-->
<link href="assets/css/fonts.css" media="all" rel="stylesheet" type="text/css">
<link href="assets/css/main.css" media="screen" rel="stylesheet" type="text/css">
<title>HMRC exemplar screenshots</title>
</head>
<body>
<p class="app-header"></p>
<h1>HMRC digital service screenshots <small class="app-status">Alpha</small></h1>
<div id="content">
<p class="intro">Browse screenshots of HMRC services being developed by HMRC digital services. <a href="https://github.com/hmrc/hmrc-screens#how-to-contribute">Want to contribute?</a></p>
<h2>The services </h2>
<ul class="exemplar-list">
<li><a href="service/tax-account/index.html">Your tax account</a></li>
<li><a href="service/agent-services/index.html">Agent services</a></li>
<li><a href="service/stamp-duty-land-tax-calculator/index.html">Stamp duty land tax</a></li>
<li><a href="service/marriage-allowance/index.html">Marriage Allowance</a></li>
<li><a href="service/tax-calculation/index.html">Tax Calculation Other</a></li>
<li><a href="service/repayments/index.html">Repayments</a></li>
<li><a href="service\lifetime-isa\index.html">Lifetime ISA</a></li>
<li><a href="service/tax-credits-change-of-circumstances/index.html">Tax credits change of circumstances</a></li>
<li><a href="service\emac-services-and-enrolments-helpdesk\index.html">EMAC Services and enrolments helpdesk</a></li>
<li><a href="service\tax-credit-payments\index.html">Tax credit payments</a></li>
</ul>
</div>
</body></html>