Commit 
							
							·
						
						98cf34f
	
1
								Parent(s):
							
							b3de1c9
								
Update templates/index.html
Browse files- templates/index.html +7 -1
 
    	
        templates/index.html
    CHANGED
    
    | 
         @@ -75,6 +75,11 @@ 
     | 
|
| 75 | 
         
             
                        object-fit: cover;
         
     | 
| 76 | 
         
             
                        margin: auto;
         
     | 
| 77 | 
         
             
                    }
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 78 | 
         | 
| 79 | 
         
             
                    a:hover {
         
     | 
| 80 | 
         
             
                        background-color: yellow;
         
     | 
| 
         @@ -97,7 +102,7 @@ 
     | 
|
| 97 | 
         
             
                    <h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
         
     | 
| 98 | 
         
             
                            <div class="flex-container">
         
     | 
| 99 | 
         
             
                                <img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}"  />
         
     | 
| 100 | 
         
            -
             
     | 
| 101 | 
         
             
                                    <div class="map-div">
         
     | 
| 102 | 
         
             
                                        <img id="map" src="{{ url_for('static', filename='map.png') }}" style="width: 100%; height: 100%;" />
         
     | 
| 103 | 
         
             
                                        <div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
         
     | 
| 
         @@ -112,6 +117,7 @@ 
     | 
|
| 112 | 
         
             
                                        another
         
     | 
| 113 | 
         
             
                                        </button>
         
     | 
| 114 | 
         
             
                                    </a>
         
     | 
| 
         | 
|
| 115 | 
         
             
                            </div>
         
     | 
| 116 | 
         
             
                </div>
         
     | 
| 117 | 
         | 
| 
         | 
|
| 75 | 
         
             
                        object-fit: cover;
         
     | 
| 76 | 
         
             
                        margin: auto;
         
     | 
| 77 | 
         
             
                    }
         
     | 
| 78 | 
         
            +
             
     | 
| 79 | 
         
            +
                  .info {
         
     | 
| 80 | 
         
            +
                        display: flex;
         
     | 
| 81 | 
         
            +
                        align-items: center;
         
     | 
| 82 | 
         
            +
                  }
         
     | 
| 83 | 
         | 
| 84 | 
         
             
                    a:hover {
         
     | 
| 85 | 
         
             
                        background-color: yellow;
         
     | 
| 
         | 
|
| 102 | 
         
             
                    <h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
         
     | 
| 103 | 
         
             
                            <div class="flex-container">
         
     | 
| 104 | 
         
             
                                <img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}"  />
         
     | 
| 105 | 
         
            +
                                <div class="info">
         
     | 
| 106 | 
         
             
                                    <div class="map-div">
         
     | 
| 107 | 
         
             
                                        <img id="map" src="{{ url_for('static', filename='map.png') }}" style="width: 100%; height: 100%;" />
         
     | 
| 108 | 
         
             
                                        <div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
         
     | 
| 
         | 
|
| 117 | 
         
             
                                        another
         
     | 
| 118 | 
         
             
                                        </button>
         
     | 
| 119 | 
         
             
                                    </a>
         
     | 
| 120 | 
         
            +
                                </div>
         
     | 
| 121 | 
         
             
                            </div>
         
     | 
| 122 | 
         
             
                </div>
         
     | 
| 123 | 
         |