<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Remap ECU Motor: Biaya, Fungsi,... - Google Search</title>
<style>
/* CSS Styling untuk tampilan seperti aplikasi mobile */
body {
font-family: sans-serif;
background-color: #fff;
margin: 0;
padding: 0;
color: #1a1a1a;
max-width: 400px; /* Batasi lebar untuk simulasi layar HP */
margin: auto;
border: 1px solid #ddd; /* Tambahkan border untuk visualisasi "layar HP" */
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
border-bottom: 1px solid #eee;
}
.status-bar {
display: flex;
justify-content: space-between;
padding: 5px 10px;
font-size: 14px;
background-color: #f9f9f9;
}
.ad-card {
padding: 15px;
border-bottom: 8px solid #f2f2f2;
}
.ad-header {
display: flex;
align-items: center;
justify-content: space-between;
}
.ad-header .logo {
display: flex;
align-items: center;
}
.ad-header .logo img {
width: 30px;
height: 30px;
margin-right: 10px;
border-radius: 50%;
}
.ad-content img {
width: 100%;
border-radius: 8px;
margin-top: 10px;
}
.search-result {
padding: 15px;
border-bottom: 8px solid #f2f2f2;
}
.search-result h2 {
font-size: 20px;
margin: 0 0 5px 0;
color: #1a0dab;
}
.search-result .snippet {
font-size: 14px;
color: #4d5156;
}
.action-buttons {
display: flex;
justify-content: space-around;
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.action-buttons button {
background: none;
border: none;
color: #1a0dab;
font-size: 14px;
padding: 5px;
cursor: pointer;
}
.image-results {
padding: 15px;
}
.image-row {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}
.image-item {
flex: 1;
margin: 0 5px;
text-align: center;
}
.image-item img {
width: 100%;
border-radius: 8px;
/* Placeholder background colors for the images */
background-color: #eee;
min-height: 80px;
}
.image-item p {
font-size: 12px;
margin-top: 5px;
color: #4d5156;
}
.footer-nav {
display: flex;
justify-content: space-around;
padding: 10px;
border-top: 1px solid #eee;
position: sticky;
bottom: 0;
background-color: #fff;
}
</style>
</head>
<body>
<!-- Status Bar (Top of Phone Screen) -->
<div class="status-bar">
<span>19.44</span>
<span>[Icons/58%]</span>
</div>
<!-- Google Search Bar Area -->
<div class="header">
<div>< Back</div>
<div>[Search Icon]</div>
<div>[Mic Icon]</div>
<div>[Profile Pic]</div>
</div>
<!-- Main Ad Card (Moladin) -->
<div class="ad-card">
<div class="ad-header">
<div class="logo">
<img src="#" alt="Moladin Logo Placeholder">
<span>Moladin</span>
</div>
<div>... X</div>
</div>
<div class="ad-content">
<!-- This Div simulates the main ECU map image -->
<div style="background-color: #333; height: 180px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: white;">
[Simulasi Peta ECU Ignition Timing]
</div>
</div>
</div>
<!-- Main Search Result Snippet -->
<div class="search-result">
<h2>Remap ECU Motor: Biaya, Fungsi,...</h2>
<p class="snippet">Gambar mungkin dilindungi hak cipta. Pelajari Lebih Lanjut</p>
<a href="#">Buka ></a>
</div>
<!-- Action Buttons -->
<div class="action-buttons">
<button>[Share Icon] Bagikan</button>
<button>[Bookmark Icon] Simpan</button>
</div>
<!-- Image Results Section -->
<div class="image-results">
<div class="image-row">
<div class="image-item">
<div style="background-color: #555; height: 100px;"></div>
<p>[Facebook Icon] Remap Ecu & File...</p>
</div>
<div class="image-item">
<div style="background-color: #555; height: 100px;"></div>
<p>[YouTube Icon] Latest Honda...</p>
</div>
</div>
<div class="image-row">
<div class="image-item">
<div style="background-color: #555; height: 100px;"></div>
<p>INDONESIA REMAP</p>
</div>
<div class="image-item">
<div style="background-color: #555; height: 100px;"></div>
<p>[ECU Table Data]</p>
</div>
</div>
</div>
<!-- Basic Footer/Navigation Area -->
<div class="footer-nav">
<span>[Home]</span>
<span>[Menu]</span>
<span>[Back]</span>
</div>
</body>
</html>
Tidak ada komentar:
Posting Komentar