Spaces:
Running
Running
Commit
·
c22c38a
1
Parent(s):
b6335c9
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -137,7 +137,7 @@
|
|
137 |
<h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
|
138 |
<div class="flex-container">
|
139 |
<div id="feed-div">
|
140 |
-
<img id="feed" class="feed" src="
|
141 |
</div>
|
142 |
|
143 |
<div class="info">
|
@@ -183,7 +183,7 @@
|
|
183 |
<script>
|
184 |
document.addEventListener("DOMContentLoaded", function() {
|
185 |
const feed = document.getElementById("feed");
|
186 |
-
feed.style.opacity = "0.5";
|
187 |
|
188 |
const country = document.getElementById("country");
|
189 |
country.text = "attempting to connect..."
|
|
|
137 |
<h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
|
138 |
<div class="flex-container">
|
139 |
<div id="feed-div">
|
140 |
+
<img id="feed" class="feed" src="" />
|
141 |
</div>
|
142 |
|
143 |
<div class="info">
|
|
|
183 |
<script>
|
184 |
document.addEventListener("DOMContentLoaded", function() {
|
185 |
const feed = document.getElementById("feed");
|
186 |
+
feed.style.opacity = "0.5";
|
187 |
|
188 |
const country = document.getElementById("country");
|
189 |
country.text = "attempting to connect..."
|