SDL_Tests

Exemplos simples para o uso da libreria grafica SDL
Log | Files | Refs | README

commit 65d10ceb0991a8357e179b0380cd01dcddf513d8
parent d6241228f3a4eb482dd6d8cf039fa6a87b637dbe
Author: x0tero <gxoelotero@gmail.com>
Date:   Tue,  5 Mar 2024 13:25:55 +0100

agora esta o readme mais xeitoso

Diffstat:
Mreadme.html | 11++++++++++-
Rgithub-markdown.css -> style.css | 0
2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/readme.html b/readme.html @@ -1,4 +1,10 @@ -<head><link rel="stylesheet" type="text/css" href="css/github-markdown.css"></head> +<!DOCTYPE html> +<html> +<head> + <link rel="stylesheet" type="text/css" href="style.css"> +</head> +<body> +<div id="output" class="content markdown-body"> <h1 id="aprendizaxe-de-sdl">Aprendizaxe de SDL</h1> <h3 id="instalacion-en-archlinux">Instalacion en Archlinux</h3> <pre><code> sudo pacman -S sdl2</code></pre> @@ -32,3 +38,6 @@ consultar:</p> <pre><code> axuda/compilarConEmscripten.md</code></pre> <h3 id="clonar-o-repositorio">Clonar o repositorio</h3> <pre><code> git clone https://git.gxog.xyz/SDL_Tests.git</code></pre> +</div> +</body> +</html> diff --git a/github-markdown.css b/style.css