yuyutsu07 commited on
Commit
e3b1341
1 Parent(s): 32fd335

Update docs/_templates/page.html

Browse files
Files changed (1) hide show
  1. docs/_templates/page.html +9 -0
docs/_templates/page.html CHANGED
@@ -11,4 +11,13 @@
11
  <meta name="twitter:title" content="{{ title|e }}">
12
  <meta name="twitter:description" content="Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data">
13
  <meta property="twitter:image" content="https://claromes.github.io/waybacktweets/_static/card.png" />
 
 
 
 
 
 
 
 
 
14
  {% endblock %}
 
11
  <meta name="twitter:title" content="{{ title|e }}">
12
  <meta name="twitter:description" content="Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data">
13
  <meta property="twitter:image" content="https://claromes.github.io/waybacktweets/_static/card.png" />
14
+ # Add a footer
15
+ st.markdown("---")
16
+ st.markdown(
17
+ "<h3 style='text-align: center;'>"
18
+ "Created with ❤️ by Yuyutsu<br>"
19
+ "<span style='color: #FF9933;'>जय श्री राम</span>"
20
+ "</h3>",
21
+ unsafe_allow_html=True
22
+ )
23
  {% endblock %}