-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtos.html
47 lines (40 loc) · 2.13 KB
/
tos.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
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Terms of Service</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/privacy_tos.css">
</head>
<body>
<div class="css-guf6my">
<div class="css-i51fkh">
<div class="css-1cdo4bs"><a
class="css-d44mrb"
tabindex="0" aria-label="Link: vai al sito di PagoPA S.p.A." href="https://www.pagopa.it/" target="_blank"
rel="noreferrer" title="Sito di PagoPA S.p.A.">PagoPA S.p.A.</a></div>
</div>
</div>
<!-- OneTrust Privacy Notice start -->
<!-- Container in which the privacy notice will be rendered -->
<div id="otnotice-a287ca0c-d65c-4a95-b1a1-a1aceb83b95f" class="otnotice"></div>
<script src="./assets/vendor/otnotice-1.0.min.js"
type="text/javascript" charset="UTF-8" id="otprivacy-notice-script">
settings = "eyJjYWxsYmFja1VybCI6Imh0dHBzOi8vcHJpdmFjeXBvcnRhbC1kZS5vbmV0cnVzdC5jb20vcmVxdWVzdC92MS9wcml2YWN5Tm90aWNlcy9zdGF0cy92aWV3cyJ9"
</script>
<script type="text/javascript" charset="UTF-8">
// To ensure external settings are loaded, use the Initialized promise:
OneTrust.NoticeApi.Initialized.then(function () {
OneTrust.NoticeApi.LoadNotices(["https://privacyportalde-cdn.onetrust.com/77f17844-04c3-4969-a11d-462ee77acbe1/privacy-notices/a287ca0c-d65c-4a95-b1a1-a1aceb83b95f.json"]);
});
</script>
<!-- OneTrust Privacy Notice end -->
<div class="selfcare-border-top p-3 d-flex justify-content-center align-items-center" style="margin-top: 116px;">
<div class="footer-selfcare-description selfcare-text px-2 d-flex flex-row justify-content-center">PagoPA S.p.A. -
Società per azioni con socio unico - Capitale sociale di euro 1,000,000 interamente versato - Sede legale in Roma,
Piazza Colonna 370, CAP 00187 - N. di iscrizione a Registro Imprese di Roma, CF e P.IVA 15376371009</div>
</div>
</body>
</html>