-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1.3 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
<html>
<head>
<title>Aldermore Bank to FreeAgent</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<script src="/aldermore-bank-to-freeagent/browser.script.iife.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<h1>Aldermore Bank to FreeAgent</h1>
<h3>CSV downloaded from Aldermore Bank</h3>
<div class="col-10 col-sm-8 col-md-6 col-lg-4">
<form id="upload">
<div class="mb-3">
<input class="form-control" id="file" type="file">
</div>
<button type="submit" class="btn btn-primary">Reformat</button>
</form>
</div>
<h3>CSV suitable for upload to FreeAgent</h3>
<a id="download" class="btn btn-primary disabled">Download</a>
</div>
</body>
<script type="text/ruby" src="/aldermore-bank-to-freeagent/script.rb"></script>
</html>