The USER performed the following action:
Show the contents of file c:\Users\HP\Downloads\climate-system\climate-system\index.php from lines 826 to 857
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 4582
Total Bytes: 193648
Showing lines 826 to 857
The following code has been modified to include a line number before every line, in the format: <line_number>: <original_line>. Please note that any changes targeting the original code should remove the line number, colon, and leading space.
826:         exit;
827: 
828:     } catch (Exception $e) {
829:         // Sembunyikan pesan kesalahan sistem mentah demi alasan keamanan web backend
830:         echo json_encode(['error' => 'Gagal memproses data di server.']);
831:         exit;
832:     }
833: }
834: ?>
835: <!DOCTYPE html>
836: <html lang="id">
837: 
838: <head>
839:   <meta charset="utf-8" />
840:   <meta content="width=device-width, initial-scale=1.0" name="viewport" />
841:   <title>Climate Information System Indonesia</title>
842:   <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
843:   <link href="https://fonts.googleapis.com" rel="preconnect" />
844:   <link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect" />
845:   <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap"
846:     rel="stylesheet" />
847:   <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
848:   <script src="https://code.highcharts.com/highcharts.js"></script>
849:   <script src="https://code.highcharts.com/highcharts-more.js"></script>
850:   <style>
851:     /* ====================================================== */
852:     /* ======================= GLOBAL ======================== */
853:     /* ====================================================== */
854: 
855:     * {
856:       margin: 0;
857:       padding: 0;

