adding about link to signature
This commit is contained in:
parent
384eceae05
commit
2ba341ae7f
@ -34,12 +34,17 @@
|
|||||||
<div id="react"></div>
|
<div id="react"></div>
|
||||||
<script src="{{ url_for('static', filename='js/app.bundle.js') }}"></script>
|
<script src="{{ url_for('static', filename='js/app.bundle.js') }}"></script>
|
||||||
<div id="snackbar">toast</div>
|
<div id="snackbar">toast</div>
|
||||||
<img src="https://storage.googleapis.com/sarsooxyzstatic/andy.png"
|
|
||||||
alt="AP"
|
<div style="text-align: center">
|
||||||
width="120px"
|
<a href="https://sarsoo.xyz/about/" style="display: inline-block">
|
||||||
style="display: block;
|
<img src="https://storage.googleapis.com/sarsooxyzstatic/andy.png"
|
||||||
margin-left: auto;
|
alt="AP"
|
||||||
margin-right: auto;
|
width="120px"
|
||||||
padding: 8px">
|
style="display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
padding: 8px">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -31,12 +31,16 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
<img src="https://storage.googleapis.com/sarsooxyzstatic/andy.png"
|
<div style="text-align: center">
|
||||||
alt="AP"
|
<a href="https://sarsoo.xyz/about/" style="display: inline-block">
|
||||||
width="120px"
|
<img src="https://storage.googleapis.com/sarsooxyzstatic/andy.png"
|
||||||
style="display: block;
|
alt="AP"
|
||||||
margin-left: auto;
|
width="120px"
|
||||||
margin-right: auto;
|
style="display: block;
|
||||||
padding: 8px">
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
padding: 8px">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user