-
Notifications
You must be signed in to change notification settings - Fork 0
/
finance.html
24 lines (21 loc) · 1 KB
/
finance.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="shortcut icon" type="x-icon" href="images/filippo.png">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
<link href="styles.css" rel="stylesheet">
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>🏛️ Finance</title>
</head>
<body>
<h1>🏛️ Finance</h1>
<p>
I like increasing my knowledge about the Finance Industry and understand how the different events that happens
everyday all around the world has an impact on it and vice versa.
</p>
<a href="index.html" id="back">Back</a>
</body>