-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
20 lines (16 loc) · 829 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<meta name="description" content="Calculate the Belgian transaction tax from foreign brokers and automatically fill in the tax declaration PDF" />
<title>tobcalc</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<script async defer data-collect-dnt="true" src="https://a.tobcalc.com/v9/app.js" integrity="sha384-hFrVEAdqyGUOb6hGXhvZfv74NfUZ1dq9NFP0wCSS3wu9FAJzbCDuclFBC4IDfM0s" crossorigin="anonymous"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<noscript><img src="https://a.tobcalc.com/noscript.gif?collect-dnt=true" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</body>
</html>