removed bad file

This commit is contained in:
2022-08-20 16:27:44 +01:00
parent cd35c06412
commit c7926e5c8c

View File

@ -1,18 +0,0 @@
---
layout: '../../layouts/lay.astro'
title: 'My Markdown page'
---
# Hello world
## Just testing
* List 1
* List 1
* List 1
* List 1
### Another heading
```js
console.log("Hello world");
```