index.html 533 B

12345678910111213
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>Supportformular</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,700' rel='stylesheet' type='text/css'>
  8. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="css/autocomplete.css">
  10. <link rel="stylesheet" href="css/style.css">
  11. </head>
  12. </html>