forked from samjmck/tobcalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (17 loc) · 875 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/app.css'>
<script defer type="module" src='/app.js'></script>
<script async defer data-collect-dnt="true" src="https://a.tobcalc.com/v9/app.js" integrity="sha384-hFrVEAdqyGUOb6hGXhvZfv74NfUZ1dq9NFP0wCSS3wu9FAJzbCDuclFBC4IDfM0s" crossorigin="anonymous"></script>
<noscript><img src="https://a.tobcalc.com/noscript.gif?collect-dnt=true" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</head>
<body>
</body>
</html>