Center-align images
PUBLISHED_FROM=8c86ffd8a9e18edce7a6be0b0c4359b5b69eced2
This commit is contained in:
parent
20d3f0574d
commit
1ae53d611e
|
@ -5,8 +5,9 @@
|
|||
- Install and start [mos tool](https://mongoose-os.com/software.html)
|
||||
- Switch to the Project page, find and import this app, build and flash it:
|
||||
|
||||
<center><img src="https://mongoose-os.com/images/app1.gif" style="max-width: 75%;"></center>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://mongoose-os.com/images/app1.gif" width="75%">
|
||||
</p>
|
||||
|
||||
## Overview
|
||||
|
||||
|
@ -16,4 +17,6 @@
|
|||
- Point your browser to http://192.168.4.1
|
||||
- You'll see a simple form to configure WiFi network & password
|
||||
|
||||
![Screenshot](shot.png)
|
||||
<p align="center">
|
||||
![Screenshot](shot.png)
|
||||
</p>
|
Loading…
Reference in New Issue