### HTML Code for Minting a Picture as 1Sat Ordinal You can…

pxl272 ·

### HTML Code for Minting a Picture as 1Sat Ordinal
You can inscribe any HTML file. For example, a simple HTML file displaying an image:
```html
<!DOCTYPE html>
<html>
<body>
<img src="https://example.com/your-image.png" alt="My Art">
</body>
</html>
```
You would upload this file when inscribing. The image link must be public, or you can embed the image as base64 directly in the HTML for full on-chain storage.