-
Notifications
You must be signed in to change notification settings - Fork 1
/
insertions.py
36 lines (26 loc) · 964 Bytes
/
insertions.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
insertions_dict = {
"</div>" : """ <a href="https://kauevestena.github.io/opensidewalkmap/about.html">
<img
src="assets/page_logo.png"
alt="OSWM Project"
title="Click for more information on OSWM project!!"
class="logo_img responsive"
></img>
</a>
</div> """ ,
"<head>" : """
<head>
<style>
.logo_img{
position: fixed;
left: 2px;
top: 2px;
z-index: 99999999999999999;
}
.responsive {
max-width: 100%;
height: auto;
}
</style>
"""
}