-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (82 loc) · 3.53 KB
/
index.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap Min CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<!-- Animate Min CSS -->
<link rel="stylesheet" href="/css/animate.min.css">
<!-- FontAwesome Min CSS -->
<link rel="stylesheet" href="/css/fontawesome.min.css">
<!-- Style Min CSS -->
<link rel="stylesheet" href="/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="/css/responsive.css">
<title>Lungeimzentrum - Under Construction</title>
<link rel="icon" type="image/png" href="/images/favicon.png">
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="loader">
<div class="shadow"></div>
<div class="box"></div>
</div>
</div>
<!-- End Preloader -->
<!-- Start Coming Soon Area -->
<div class="coming-soon-area">
<div class="overlay"></div>
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="coming-soon-content">
<div class="logo">
<a href="/"><img class="w-50" src="/images/logo-nobg.png" alt="image"></a>
</div>
<h1>Under Construction</h1>
<p>Angebot Gesamtes Spektrum der Pneumologie inkl. Leistungstests
Diagnostik und Therapie schlafgebundener Atemstörungen inkl. Heimbeatmung
Anmeldung ab 03.01.2023 Eröffnung am 01.02.2023
</p>
<p>
Dr. Bruno Senn und Bassam Atmeh Fachärzte für Pneumologie FMH und Allgemeine Innere Medizin FMH Bahnhofstrasse 3, CH-8180 Bülach +4144 860 99 99 [email protected] <br />
<a mailto="[email protected]">[email protected]</a>
<a href="https://www.Lunge-im-Zentrum.ch">www.Lunge-im-Zentrum.ch</a>
</p>
<form class="newsletter-form" data-toggle="validator">
<input type="email" class="input-newsletter" placeholder="Enter email address" name="EMAIL"
required="" autocomplete="off">
<button type="submit">Notify Me</button>
<div id="validator-newsletter" class="form-result"></div>
</form>
<div id="timer">
<div id="days"></div>
<div id="hours"></div>
<div id="minutes"></div>
<div id="seconds"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Coming Soon Area -->
<!-- jQuery Min JS -->
<script src="/js/jquery.min.js"></script>
<!-- Popper Min JS -->
<script src="/js/popper.min.js"></script>
<!-- Bootstrap Min JS -->
<script src="/js/bootstrap.min.js"></script>
<!-- WOW Min JS -->
<script src="/js/wow.min.js"></script>
<!-- AjaxChimp Min JS -->
<script src="/js/jquery.ajaxchimp.min.js"></script>
<!-- Form Validator Min JS -->
<script src="/js/form-validator.min.js"></script>
<!-- Main JS -->
<script src="/js/main.js"></script>
</body>
</html>