odex30_standard/odex30_base/expert_theme/static/description/index.html

66 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Expert Theme</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f8f9fa;
}
.container {
max-width: 800px;
margin: 0 auto;
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 {
color: #667eea;
text-align: center;
margin-bottom: 30px;
}
.feature {
margin: 20px 0;
padding: 15px;
background: #f8f9fa;
border-radius: 5px;
border-left: 4px solid #667eea;
}
.icon {
text-align: center;
font-size: 48px;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="icon">🎨</div>
<h1>Expert Theme</h1>
<div class="feature">
<h3>Custom Home Page</h3>
<p>A clean and modern home page that displays only your installed modules for easy navigation.</p>
</div>
<div class="feature">
<h3>Simple Interface</h3>
<p>Minimal design focused on functionality - no clutter, just your modules.</p>
</div>
<div class="feature">
<h3>Responsive Design</h3>
<p>Works perfectly on desktop, tablet, and mobile devices.</p>
</div>
<div class="feature">
<h3>Easy Installation</h3>
<p>Simply install the module and your new home page will be ready to use.</p>
</div>
</div>
</body>
</html>