-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 886 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flutter Meetup Network</title>
<link rel="icon" href="./assets/64x64.png">
<link rel="apple-touch-icon" href="./assets/320x397.png">
<link rel="stylesheet" href="./assets/pico.min.css">
</head>
<body>
<main class="container">
<h1>Flutter Meetup Network</h1>
<section>
<p>
Here you will find more information about the Flutter Meetup Network.
Everything is quite new, so expect more information and updates soon.
</p>
<p>
While you are here, join our <a href="https://join.slack.com/t/fluttermeetupnetwork/shared_invite/zt-wi8cy66b-PFFVaHAmS7lTI1PJgg63xg" target="_blank">Slack channel</a>.
</p>
<p>
:)
</p>
</section>
</main>
</body>
</html>