Infinix: Dicom Viewer

.sidebar width: 280px; background: #f8f9fa; border-right: 1px solid #e0e0e0; padding: 20px; overflow-y: auto;

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>Infinix DICOM Viewer - Medical Image Viewer</title> <style> * margin: 0; padding: 0; box-sizing: border-box; body font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; padding: 20px; Infinix Dicom Viewer

@media (max-width: 768px) .sidebar width: 100%; border-right: none; border-bottom: 1px solid #e0e0e0; .main-content flex-direction: column; </style> </head> <body> <div class="container"> <div class="header"> <h1>🏥 Infinix DICOM Viewer</h1> <p>Professional Medical Image Viewer | DICOM Support</p> </div> .sidebar width: 280px

.file-info margin-top: 10px; font-size: 12px; color: #666; word-break: break-all; border-right: 1px solid #e0e0e0

<div class="main-content"> <div class="sidebar"> <div class="upload-section"> <input type="file" id="dicomFileInput" accept=".dcm,.dic" style="display: none;"> <button class="upload-btn" onclick="document.getElementById('dicomFileInput').click()"> 📁 Load DICOM File </button> <div class="file-info" id="fileInfo">No file loaded</div> </div>

.container max-width: 1400px; margin: 0 auto; background: white; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); overflow: hidden;