🎨 Elimina carpeta banner
This commit is contained in:
parent
71c1305fca
commit
a303fe67c9
4 changed files with 5 additions and 5 deletions
|
|
@ -14,9 +14,9 @@
|
||||||
|
|
||||||
# 🗚 FIGfonts
|
# 🗚 FIGfonts
|
||||||
|
|
||||||
PageTop utiliza el paquete [figlet-rs](https://crates.io/crates/figlet-rs) de *yuanbohan*. Muestra
|
PageTop utiliza el paquete [figlet-rs](https://crates.io/crates/figlet-rs) de *yuanbohan* para
|
||||||
en el terminal un rótulo de presentación con el nombre de la aplicación usando caracteres
|
mostrar en el terminal un rótulo de presentación con el nombre de la aplicación usando caracteres
|
||||||
[FIGlet](http://www.figlet.org). Las fuentes incluidas en `src/app/banner` son:
|
[FIGlet](http://www.figlet.org). Las fuentes incluidas en `src/app` son:
|
||||||
|
|
||||||
* [slant.flf](http://www.figlet.org/fontdb_example.cgi?font=slant.flf) por *Glenn Chappell*.
|
* [slant.flf](http://www.figlet.org/fontdb_example.cgi?font=slant.flf) por *Glenn Chappell*.
|
||||||
* [small.flf](http://www.figlet.org/fontdb_example.cgi?font=small.flf) por *Glenn Chappell*
|
* [small.flf](http://www.figlet.org/fontdb_example.cgi?font=small.flf) por *Glenn Chappell*
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/banner/pagetop.png" />
|
<img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/banner-pagetop.png" />
|
||||||
|
|
||||||
<h1>PageTop</h1>
|
<h1>PageTop</h1>
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
|
|
@ -1,6 +1,6 @@
|
||||||
//! <div align="center">
|
//! <div align="center">
|
||||||
//!
|
//!
|
||||||
//! <img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/banner/pagetop.png" />
|
//! <img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/banner-pagetop.png" />
|
||||||
//!
|
//!
|
||||||
//! <h1>PageTop</h1>
|
//! <h1>PageTop</h1>
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue