-
Notifications
You must be signed in to change notification settings - Fork 0
/
ficalc.html
36 lines (33 loc) · 1.19 KB
/
ficalc.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
29
30
31
32
33
34
35
36
<html>
<style>
body {
background-color: black;
color: white;
font-family: Verdana;
padding: 20px;
line-height: 30px;
}
a {
color: white;
}
</style>
<body>
<div>
<a href="https://www.tinyurl.com/yc42c32n" target="_blank">Regular VGT</a><br>
<a href="https://www.tinyurl.com/2p8fy5f7" target="_blank">Regular 401k</a><br>
<a href="https://www.tinyurl.com/m2mwcvmh" target="_blank">Regular Other</a><br>
<br><br>
<a href="https://www.tinyurl.com/3bebvehk" target="_blank">2XTra VGT</a><br>
<a href="https://www.tinyurl.com/2y873kav" target="_blank">2XTra 401k</a><br>
<a href="https://www.tinyurl.com/5n92zte9" target="_blank">2XTra Other</a><br>
<br><br>
<a href="https://www.tinyurl.com/5fz84966" target="_blank">Minimal VGT</a><br>
<a href="https://www.tinyurl.com/394scemx" target="_blank">Minimal 401k</a><br>
<a href="https://www.tinyurl.com/24ucdynk" target="_blank">Minimal Other</a><br>
<br><br>
<a href="https://www.tinyurl.com/4a5tvr29" target="_blank">Immediate VGT</a><br>
<a href="https://www.tinyurl.com/5n66y439" target="_blank">Immediate 401k</a><br>
<a href="https://www.tinyurl.com/yc4j4tvb" target="_blank">Immediate Other</a><br>
</div>
</body>
</html>