-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathandroid.html
More file actions
39 lines (39 loc) · 1.56 KB
/
android.html
File metadata and controls
39 lines (39 loc) · 1.56 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="styling.css" rel="stylesheet">
<title></title>
</head>
<body>
<div class="row">
<div class="col-sm-4 warna1">
<a href="utama.html"><h3 class="kembali">< kembali</h3></a>
<div class="jaditengah" style="padding:20px;padding-left:50px;">
<h1 id="utama">Android</h1>
<p id="isi">Disini tersedia 3 software Back end yang memiliki fitur terbaik</p>
</div>
</div>
<div class="col-sm-8 warna1">
<div class="jaditengah1">
<center>
<h1 id="android" style="padding-top:120px;padding-bottom:30px;">Android</h1>
<h2 style="padding-bottom:50px;">Pilih Software:</h2>
<ul >
<li class="round" id="androidstudio"> <a href=""><img src="assets/img/android_studio.png"></a> </li>
<li class="round" id="adb"><a href=""><img src="assets/img/mint.ico"></a> </li>
</ul>
<ul>
<li class="round" id="react"><a href=""><img src="assets/img/mint.ico"></a> </li>
<li class="round" id="flutter"> <a href=""><img src="assets/img/flutter.png"></a> </li>
</ul>
<p>Klik gambar untuk menginstall aplikasi</p>
</center>
</div>
</div>
</div>
</body>
<script src="behaviour/behave_backend.js"></script>
<script src="perintah.js"></script>
</html>