forked from ekob5028/VAdigitization
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (28 loc) · 949 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link href="stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<h1>Department of Veterans Affairs - Forms</h1>
<div id="main">
<section id="links">
<ul>
<li><a class="formlink" href="#" title="Application for Health Care Benefits">10-10EZ</a></li>
<li><a class="formlink" href="#" title="Application for DIC, Death Pension, and/or Accrued Benefits">21-534EZ</a></li>
<li class="disabled">21-0781a</li>
<li class="disabled">21-0845</li>
<li class="disabled">26-8261a</li>
<li class="disabled">27-2008</li>
</ul>
</section>
<section id="image">
<img src="va-logo.png" />
</section>
</div>
</body>
</html>