Spaces:
Running
Running
Commit
·
e03bd90
1
Parent(s):
5a3dc64
Update templates/index.html
Browse files- templates/index.html +4 -1
templates/index.html
CHANGED
@@ -139,6 +139,9 @@
|
|
139 |
width: 90%;
|
140 |
height: 65%;
|
141 |
}
|
|
|
|
|
|
|
142 |
}
|
143 |
</style>
|
144 |
</head>
|
@@ -175,7 +178,7 @@
|
|
175 |
lat, lon: {{ loc }}<br>
|
176 |
time: <span id="time"></span><br><br>
|
177 |
|
178 |
-
a brayden moore website
|
179 |
</p>
|
180 |
|
181 |
<!--
|
|
|
139 |
width: 90%;
|
140 |
height: 65%;
|
141 |
}
|
142 |
+
#tag {
|
143 |
+
color:rgb(83, 83, 83);
|
144 |
+
}
|
145 |
}
|
146 |
</style>
|
147 |
</head>
|
|
|
178 |
lat, lon: {{ loc }}<br>
|
179 |
time: <span id="time"></span><br><br>
|
180 |
|
181 |
+
<span id="tag">a brayden moore website<br>thanks for visiting</span>
|
182 |
</p>
|
183 |
|
184 |
<!--
|