update homepage

This commit is contained in:
Tobias Powalowski 2023-06-03 08:54:07 +02:00
parent 138af7ca5d
commit 210995032e
3 changed files with 8 additions and 7 deletions

View file

@ -12,9 +12,9 @@
</head> </head>
<body> <body>
<p><span dir=""><img src="https://archboot.com/web/logo.png" alt="Logo"></span></p> <p><span dir=""><img src="https://archboot.com/web/logo.png" alt="Logo"></span></p>
<h1>Archboot Project Homepage</h1>
<p>&copy; Tobias Powalowski | Arch Linux Developer </span><a href="https://archlinux.org/people/developers/#tpowa"><strong>tpowa</strong></a><span dir=""><br><strong>Last update:</strong> 02.06.2023 18:38<br></p>
<p><span dir=""><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate" height=20px /></a> to support this <strong>free</strong> available service &#128512.</span></p> <p><span dir=""><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate" height=20px /></a> to support this <strong>free</strong> available service &#128512.</span></p>
<h1>Archboot Project Homepage</h1>
<p>&copy; Tobias Powalowski | Arch Linux Developer </span><a href="https://archlinux.org/people/developers/#tpowa"><strong>tpowa</strong></a><span dir=""><br><strong>Last update:</strong> 03.06.2023 08:45<br></p>
<nav id="TOC" role="doc-toc"> <nav id="TOC" role="doc-toc">
<ul> <ul>
<li><a href="#introduction" id="toc-introduction"><strong><span class="toc-section-number">1.</span> Introduction</strong></a></li> <li><a href="#introduction" id="toc-introduction"><strong><span class="toc-section-number">1.</span> Introduction</strong></a></li>

View file

@ -12,9 +12,9 @@
</head> </head>
<body> <body>
<p><span dir=""><img src="https://archboot.com/web/logo.png"></span></p> <p><span dir=""><img src="https://archboot.com/web/logo.png"></span></p>
<h1>Archboot Project Gallery</h1>
<p>&copy; Tobias Powalowski | Arch Linux Developer </span><a href="https://archlinux.org/people/developers/#tpowa"><strong>tpowa</strong></a><span dir=""><br><strong>Last update:</strong> 31.05.2023 15:35<br></a><span dir=""></p>
<p><span dir=""><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate" height=20px /></a> to support this <strong>free</strong> available service &#128512.</span></p> <p><span dir=""><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate" height=20px /></a> to support this <strong>free</strong> available service &#128512.</span></p>
<h1>Archboot Project Gallery</h1>
<p>&copy; Tobias Powalowski | Arch Linux Developer </span><a href="https://archlinux.org/people/developers/#tpowa"><strong>tpowa</strong></a><span dir=""><br><strong>Last update:</strong> 03.06.2023 08:45<br></a><span dir=""></p>
<h2>Grub Menu</h2> <h2>Grub Menu</h2>
<p><span dir=""><img src="https://archboot.com/web/01-welcome-grub.png"></span></p> <p><span dir=""><img src="https://archboot.com/web/01-welcome-grub.png"></span></p>
<h2>Welcome Message</h2> <h2>Welcome Message</h2>

View file

@ -9,11 +9,12 @@ IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-s
ServerSignature Off ServerSignature Off
AddIcon (IMG,/web/package.png) .zst .xz AddIcon (IMG,/web/package.png) .zst .xz
AddIcon (IMG,/web/signature.png) .sig AddIcon (IMG,/web/signature.png) .sig
AddIcon (IMG,/web/db.png) .db .files .gz AddIcon (IMG,/web/db.png) .db .files .db.tar.gz .files.tar.gz
AddIcon (IMG,/web/boot.png) .efi .img -x86_64 -aarch64 -riscv64 AddIcon (IMG,/web/boot.png) .efi .img -x86_64 -aarch64 -riscv64 -aarch64.gz
AddIcon (IMG,/web/iso.png) .iso AddIcon (IMG,/web/iso.png) .iso
AddIcon (IMG,/web/text.png) .txt AddIcon (IMG,/web/text.png) .txt LICENSE .amd-ucode
AddIcon (DIR,/web/directory.png) ^^DIRECTORY^^ AddIcon (DIR,/web/directory.png) ^^DIRECTORY^^
AddIcon /web/up.png .. AddIcon /web/up.png ..
HeaderName /web/header.html
IndexStyleSheet "/web/styles.css" IndexStyleSheet "/web/styles.css"