13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
|
---
|
||
|
title: "Sketche 01"
|
||
|
date: 2017-05-08
|
||
|
headerImg: "images/Baakk.jpg"
|
||
|
---
|
||
|
|
||
|
import Image from "@components/Image.astro";
|
||
|
import SketcheNo1 from "./images/Sketche_No1.jpg";
|
||
|
|
||
|
Yup, i bought a graphics tablet.
|
||
|
|
||
|
<Image src={SketcheNo1} alt="Sketche No1" />
|