8000 Segundo Articulo · ok4mi33/ok4mi33.github.io@16ac9e5 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 16ac9e5

Browse files
committed
Segundo Articulo
1 parent caecc0e commit 16ac9e5

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

index.md

Lines changed: 2 additions & 0 deletions
< C2F2 tr class="diff-line-row">
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Text can be **bold**, _italic_, ~~strikethrough~~ or `keyword`.
88

99
[Primera Publicación](./21-de-septiembre-de-2023.html).
1010

11+
[Segunda Publicación](./segunda-prueba.html)
12+
1113
There should be whitespace between paragraphs.
1214

1315
There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.

segunda-prueba.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: default
3+
---
4+
5+
## Primera publicacion
6+
7+
Esta es mi primera publicacion
8+
9+
```python
10+
#!/usr/bin/python3
11+
12+
import requests
13+
14+
r = requests.get("http://localhost:4000")
15+
```
16+
17+
[back](./)

0 commit comments

Comments
 (0)
0