-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (25 loc) · 1.19 KB
/
Copy pathindex.html
File metadata and controls
31 lines (25 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Tax Analyzer by Arjun Menon</title>
<link rel="stylesheet" href="res/index-style.css">
<link rel="stylesheet" href="res/gh-fork-ribbon.min.css"/>
<!--[if lt IE 9]>
<link rel="stylesheet" href="res/gh-fork-ribbon.ie.min.css"/>
<![endif]-->
<link rel="apple-touch-icon" sizes="180x180" href="res/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="res/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="res/favicon/favicon-16x16.png">
<link rel="manifest" href="res/favicon/site.webmanifest">
<link rel="mask-icon" href="res/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<a class="github-fork-ribbon left-top" href="https://arjun-menon.com" title="by Arjun Menon"></a>
<a class="github-fork-ribbon right-top" href="https://github.com/arjun-menon/tax-analyzer" title="Source Code"></a>
<div id="tax-tool-app"></div>
<script src="main.js"></script>
</body>
</html>