Fix the path for esp-logo.png

This commit is contained in:
Adwait Patankar 2021-08-03 18:14:15 +05:30
parent e822fb7c3d
commit 3a275ebdc1

View File

@ -18,7 +18,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<h1 align="center"><p><img src="../assets/esp-logo.png" width="42" height="42" style="vertical-align:middle"></img> ESP Tool</p></h1>
<h1 align="center"><p><img src="./assets/esp-logo.png" width="42" height="42" style="vertical-align:middle"></img> ESP Tool</p></h1>
<h4 align="center">A Serial Flasher utility for Espressif chips</h4>
<div class="container">
<hr/>