Update workloads/ecommerce/index.html
Build and Push Frontend / build (push) Successful in 1m2s

This commit is contained in:
2026-07-12 07:38:37 +00:00
parent 976d3fc9d4
commit 3ed68d3d0f
+1 -1
View File
@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ari Shoping Shop</title> <title>AriShoping Shop</title>
<style> <style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; margin: 0; background-color: #f2f8fd; color: #333; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; margin: 0; background-color: #f2f8fd; color: #333; }
.header { background-color: #0071dc; padding: 15px 30px; display: flex; align-items: center; justify-content: space-between; color: white; } .header { background-color: #0071dc; padding: 15px 30px; display: flex; align-items: center; justify-content: space-between; color: white; }