Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update online.html
Browse files- online.html +14 -3
    	
        online.html
    CHANGED
    
    | @@ -27,6 +27,16 @@ | |
| 27 | 
             
            .swal2-container {
         | 
| 28 | 
             
                z-index: 10 !important;
         | 
| 29 | 
             
            } 
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 30 | 
             
            </style>
         | 
| 31 |  | 
| 32 |  | 
| @@ -94,8 +104,7 @@ document.addEventListener("DOMContentLoaded", function () { | |
| 94 | 
             
            </nav>
         | 
| 95 |  | 
| 96 |  | 
| 97 | 
            -
             | 
| 98 | 
            -
                <img id="plantImage" src="/last_image" alt="Изображение растения">
         | 
| 99 |  | 
| 100 | 
             
            <div class="container mt-3">
         | 
| 101 |  | 
| @@ -260,7 +269,9 @@ document.addEventListener("DOMContentLoaded", function () { | |
| 260 |  | 
| 261 |  | 
| 262 | 
             
              <br>
         | 
| 263 | 
            -
             | 
|  | |
|  | |
| 264 |  | 
| 265 | 
             
            <div class="container text-center">
         | 
| 266 | 
             
              <div class="d-flex justify-content-between align-items-center mb-3">
         | 
|  | |
| 27 | 
             
            .swal2-container {
         | 
| 28 | 
             
                z-index: 10 !important;
         | 
| 29 | 
             
            } 
         | 
| 30 | 
            +
             | 
| 31 | 
            +
             | 
| 32 | 
            +
              #plantImage {
         | 
| 33 | 
            +
                        max-width: 100%;
         | 
| 34 | 
            +
                        height: auto;
         | 
| 35 | 
            +
                        border: 2px solid #ddd;
         | 
| 36 | 
            +
                        border-radius: 8px;
         | 
| 37 | 
            +
                        margin-bottom: 20px;
         | 
| 38 | 
            +
                    }
         | 
| 39 | 
            +
              
         | 
| 40 | 
             
            </style>
         | 
| 41 |  | 
| 42 |  | 
|  | |
| 104 | 
             
            </nav>
         | 
| 105 |  | 
| 106 |  | 
| 107 | 
            +
             | 
|  | |
| 108 |  | 
| 109 | 
             
            <div class="container mt-3">
         | 
| 110 |  | 
|  | |
| 269 |  | 
| 270 |  | 
| 271 | 
             
              <br>
         | 
| 272 | 
            +
              
         | 
| 273 | 
            +
              <h1>Текущее состояние растения</h1>
         | 
| 274 | 
            +
              <img id="plantImage" src="/last_image" alt="Изображение растения">
         | 
| 275 |  | 
| 276 | 
             
            <div class="container text-center">
         | 
| 277 | 
             
              <div class="d-flex justify-content-between align-items-center mb-3">
         |