-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (26 loc) · 934 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
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<link rel="stylesheet"
type="text/css"
href="main.css">
</head>
<body>
<div class="message">
<h1>Site Bakımda</h1>
<p>Birkaç hata düzeltmesi yapılması gerekiyor, yakında yine uğrayın :) <span class="gray"> 20.04.2020</span>
</p>
<p class="logo"><b>aal</b><i>sözlük</i></p>
</div>
<div class="balloons" id = "balloon_container">
</div>
</div>
<script src="https://www.gstatic.com/firebasejs/7.14.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.1/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.1/firebase-auth.js"></script>
<script src="main.js" ></script>
</body>
</html>