forked from CodeForPoznan/alinka-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="assets/main.css">
<link href='https://fonts.googleapis.com/css?family=Atma&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src=".config/config.js"></script>
<script src=".config/local_config.js"></script>
<script src="assets/js/send_form_to_google.js"></script>
<title>Alinka - Łatwiejsze wydawanie orzeczeń</title>
</head>
<body>
<p id='introduction'>
<span>"Alinka"</span> jest aplikacją desktopową, która wspiera wydawanie orzeczeń, wraz z innymi niezbędnymi dokumentami przez polskie
Poradnie Psychologiczno - Pedagogiczne.
</p>
<div id='email_subscription'>
<form onsubmit="postContactToGoogle()">
<input type="email" id="email">
<button class="btn submit">Daj nam znać!</button>
</form>
</div>
</body>
</html>