-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
48 lines (40 loc) · 1.49 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Maker by [ Wafa Rifki Anafin ] and then Developed by [ Alief Ramadhan ]">
<!-- Title -->
<title>Limath</title>
<!-- Icon Title -->
<link rel="icon" href="asset/image/logo.png">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Tangerine&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Cascading Style -->
<link rel="stylesheet" type="text/css" href="asset/css/style.css">
</head>
<body>
<!-- Home Page -->
<div class="wrapper">
<div class="logo"></div>
<div class="title">Limath</div>
<div class="sub-title">math quiz</div>
<div class="text">
Selamat datang di Limath
<br>
Sebuah platform kuis matematika luar biasa yang akan menantang tingkat IQ Mu.
<br>
Mulailah menjawab soal matematika dengan mengklik tombol dibawah.
</div>
<a href="question/qt-1.html"><button class="btn-to-qt">Mulai</button></a>
<!-- My Sosmed -->
<div class="social-media">
<a href="https://www.facebook.com/heyy.liff.56"><i class="fa fa-facebook"></i></a>
<a href="https://github.com/itsmelief"><i class="fa fa-github"></i></a>
<a href="https://wa.me/6282113345886?text=Hi+Lief!"><i class="fa fa-whatsapp"></i></a>
</div>
</div>
</body>
</html>