You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.4 KiB
36 lines
1.4 KiB
4 years ago
|
<!doctype html>
|
||
|
|
||
|
<html lang="de">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>About Privacy Check</title>
|
||
|
<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
|
||
|
<!-- <script src="js/mainmenuscripts.js"></script> -->
|
||
|
<link href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" rel="stylesheet">
|
||
|
<script src="https://unpkg.com/material-components-web@8.0.0/dist/material-components-web.min.js"></script>
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap" rel="stylesheet">
|
||
|
<link rel="stylesheet" type="text/css" href="css/style_longer.css">
|
||
|
<script src="js/exampledsgvo.js"></script>
|
||
|
<!-- <script src="js/longer.js"></script> -->
|
||
|
<script src="js/advanced-view.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<header class="mdc-top-app-bar--fixed">
|
||
|
<div class="mdc-top-app-bar__row">
|
||
|
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
|
||
|
<span class="mdc-top-app-bar__title">Privacy Check!</span>
|
||
|
</section>
|
||
|
</div>
|
||
|
</header>
|
||
|
<div class="container">
|
||
|
<div class="mdc-card">
|
||
|
<!-- <div id="policy-div"></div> -->
|
||
|
<iframe id="policy" src="http://www.google.de"></iframe>
|
||
|
</div>
|
||
|
<div id="faq-div">
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|