Advertisement
Guest User

Impressum Peesurst

a guest
Feb 21st, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.38 KB | None | 0 0
  1. <html class="login-pf" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"
  2.    xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns:mv="http://macVmlSchemaUri"
  3.    xmlns="http://www.w3.org/TR/REC-html40">
  4.  
  5. <head>
  6.     <meta name=Title content="Nutzungsbedingungen für unsere App">
  7.     <meta name=Keywords content="">
  8.     <meta http-equiv=Content-Type content="text/html; charset=utf-8">
  9.     <meta name=ProgId content=Word.Document>
  10.     <meta name=Generator content="Microsoft Word 15">
  11.     <meta name=Originator content="Microsoft Word 15">
  12.     <meta name="viewport" content="width=device-width,initial-scale=1">
  13.  
  14.     <title>Impressum</title>
  15.  
  16.     <link rel="stylesheet" href="./css/login.css">
  17.  
  18.     <style type="text/css">
  19.         h3 {
  20.             float: left;
  21.             width: 100%;
  22.             margin: 0 0 20px 0;
  23.             font-size: 18px;
  24.             font-weight: normal;
  25.             font-style: normal;
  26.             font-stretch: normal;
  27.             line-height: normal;
  28.             letter-spacing: normal;
  29.             text-align: left;
  30.             color: #000;
  31.             font-family: sans-serif;
  32.         }
  33.  
  34.         p {
  35.             float: left;
  36.             width: 100%;
  37.             font-size: 14px;
  38.             font-weight: 100;
  39.             font-style: normal;
  40.             font-stretch: normal;
  41.             line-height: 18px;
  42.             letter-spacing: normal;
  43.             text-align: left;
  44.             color: #000;
  45.             margin-top: 0;
  46.             font-family: sans-serif;
  47.         }
  48.  
  49.         .bold {
  50.             font-weight: 700;
  51.         }
  52.  
  53.         .content-block ul {
  54.             float: left;
  55.             margin-top: 0;
  56.         }
  57.  
  58.         .content-block li {
  59.             list-style-type: circle;
  60.             float: left;
  61.             width: 100%;
  62.             font-size: 14px;
  63.             font-weight: 100;
  64.             font-style: normal;
  65.             font-stretch: normal;
  66.             line-height: normal;
  67.             letter-spacing: normal;
  68.             text-align: left;
  69.             color: #000;
  70.             margin: 0;
  71.             font-family: sans-serif;
  72.             padding-bottom: 5px;
  73.         }
  74.  
  75.         td,
  76.         th {
  77.             font-size: 14px;
  78.             font-weight: normal;
  79.             font-style: normal;
  80.             font-stretch: 100;
  81.             line-height: normal;
  82.             letter-spacing: normal;
  83.             text-align: left;
  84.             color: #000;
  85.             margin-top: 0;
  86.             padding: 5px 10px;
  87.             font-family: sans-serif;
  88.         }
  89.  
  90.         hr {
  91.             float: left;
  92.             width: 100%;
  93.             margin: 30px 0 40px 0;
  94.             border-bottom: 1px solid #f5f5f5;
  95.         }
  96.  
  97.         @media (max-width: 1199px) {
  98.             p a {
  99.                 pointer-events: none
  100.             }
  101.         }
  102.     </style>
  103.  
  104. </head>
  105.  
  106. <body>
  107.     <h2>Impressum</h2>
  108.     <div class="content-block">
  109.         <p>Universitätsmedizin Essen Ruhrlandklinik <br>Westdeutsches Lungenzentrum am Universitätsklinikum Essen
  110.             gGmbH, <br>
  111.             Tüschener Weg 40, <br> 45239 Essen, <br> <a href="mailto:datenschutz@rlk.uk-essen.de ">datenschutz@rlk.uk-essen.de</a>.
  112.             <br>
  113.             Tel: <a href="tel:+49020143301">+49 (0) 201 433-01</a>.</p>
  114.     </div>
  115. </body>
  116.  
  117. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement