-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (73 loc) · 2.98 KB
/
index.html
File metadata and controls
91 lines (73 loc) · 2.98 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<title>TaxRabbit</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="author" href="https://profiles.google.com/103262464836488665431" />
<link rel="stylesheet" type="text/css" href="stylesheets/main.css" />
<link rel="stylesheet" media="screen" type="text/css" href="stylesheets/screen.css" />
<link rel="stylesheet" media="print" type="text/css" href="stylesheets/print.css" />
<script type="text/javascript" src="javascript/javascript.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/not_gecko.css" />
<meta name="viewport" content="width=device-width" />
<meta name="google-site-verification" content="By5sDO3oOqVcoHLGSetkwPtz9gCLMdGigqBfYTSRk3Y" />
<meta name="p:domain_verify" content="fddd3fb4af0c88271e322fdb12478ab2" />
<meta name="msvalidate.01" content="3B7358202ABF620CDDB9B0FC41868686" />
</head>
<body>
<div class="title">
<h1>TaxRabbit<sup>®</sup> <img src="images/beta.png" alt="beta"
style="margin: -8px 0; width: 36px; height: 36px;" /></h1>
</div>
<div class="content">
<h3>About TaxRabbit</h3>
<p>TaxRabbit is a very simple bookkeeping system for sole traders
(self-employed people) in the United Kingdom. It is intended mainly to
take the pain out of self-assessment tax returns, with the additional aim of
(optionally) helping you run your business by keeping track of which jobs you
have or haven't been paid for (to help you chase up your debtors).</p>
<h3>Existing Users</h3>
<p>If you already have an account, click below to log in.</p>
<p><a href="user.php">Log in to TaxRabbit</a></p>
<p>Can't log in? Email
<script type="text/javascript" language="javascript">
<!--
insert_detail(true);
// -->
</script>
<noscript>
<img src="images/contact.png" alt="me" style="position: relative; top: 1px;" />
</noscript>
or call <a href="tel:+441179112858">0117 911 2858</a>.</p>
<h3>New Users</h3>
<p>So, you think you'd like to try out TaxRabbit for your own
personal use? Great! Drop me a line (contact details below) and
I'll get you set up.</p>
<h3>Cookies</h3>
<p>
Cookies are nice, but I prefer English muffins. This website doesn't use
either, which is why there's no banner warning you about cookies.
</p>
<h3>Contact / Help</h3>
<p>Any problems or feedback, email
<script type="text/javascript" language="javascript">
<!--
insert_detail(true);
// -->
</script>
<noscript>
<img src="images/contact.png" alt="me" style="position: relative; top: 1px;" />
</noscript>
or call <a href="tel:+441179112858">0117 911 2858</a>.</p>
<h3>Credits</h3>
<p>© 2011~14 Alexander Atkins</p>
<ul style="list-style-type: none; padding-left: 0;">
<li>Hosting by <a href="https://webdock.io/en">Webdock</a></li>
<li>Some icons by
<a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a>
</li>
</ul>
</div>
</body>
</html>