-
Notifications
You must be signed in to change notification settings - Fork 17
/
transform.html
42 lines (37 loc) · 1.68 KB
/
transform.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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<title>IRS e-File Transformation</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/4.1.0/es6-promise.auto.min.js"></script>
<script src="{{ site.github.url }}/js/wgxpath.install.js"></script>
<script src="{{ site.github.url }}/js/polyfills.js"></script>
<script src="{{ site.github.url }}/js/transform.js"></script>
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400i" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="{{ site.github.url }}/css/transform.css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="{{ site.github.url }}/favicon.ico">
</head>
<body>
<div class="header">
<a href="{{ site.github.url }}/"><i class="fa fa-file-text" aria-hidden="true"></i>IRS E-File Viewer</a>
<a href="{{ site.github.repository_url }}">View on GitHub</a>
</div>
<div class="nav-secondary">
<a href="{{ site.github.url }}/">Transform new file</a>
</div>
<h1>Transformation Results</h1>
<div class="form-results">
<h2 id="input-filename">Loading...</h2>
<h3 id="filer-name"></h3>
<p id="form-error"></p>
<ul id="forms-list"></ul>
</div>
</body>
</html>