36 lines
1.7 KiB
HTML
36 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr_FR;fr;en;">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html" charset="UTF-8">
|
|
<meta name="author" content="Alnotz">
|
|
<meta name="keywords" content="WeBash, JavaScript, Alnotz, Gnous.eu">
|
|
<meta name="color-scheme" content="dark light">
|
|
<meta name="description" content="Une page HTML pour illustrer le logo de WeBash en JavaScript. Conçu par Alnotz et sous GPL3+.">
|
|
<title>WeBash Animated Logo</title>
|
|
<link rel="stylesheet" type="text/css" href="WeBashLogo.css">
|
|
</head>
|
|
<body>
|
|
<h1>Un logo animé de <em>WeBash</em></h1>
|
|
<p>
|
|
Dans l'écran ci-dessous est imité un terminal. Y apparaît le logo de <em class="blink">WeBash</em>.
|
|
Encore faut-il appuyer sur le boutton <strong id="boot_name">BOOT</strong>.
|
|
</p>
|
|
<button id="boot" type="button">BOOT</button>
|
|
<div id="ecran">
|
|
<code id="terminal">
|
|
<!--Sortie de WeBash-->
|
|
<br/>
|
|
</code>
|
|
</div>
|
|
<p>À ça j'ajoute quand même que cette page HTML a été réalisé par moi, le magnifique <em style="color:blue;">Alnotz</em>, et est sous licence <strong>GNU GPLv3+</strong> (<em>General Public Licence 3 or more</em>).
|
|
</p>
|
|
<p>
|
|
Ma clef PGP : <a href="https://keyserver.ubuntu.com/pks/lookup?search=0x90B633F5&fingerprint=on&op=index" title="Cherche dans ce serveur">0x90B633F5</a>!
|
|
</p>
|
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
<a href="https://www.gnu.org/licenses/gpl-3.0.txt" title="Source de la licence GNU GPLv3">
|
|
<img src=GNUGPLv3Plus.svg type="svg+xml/image" alt="Logo rouge avec marqué « GPLv3 or later »"/>
|
|
</a>
|
|
</body>
|
|
<script src="WeBashLogo.js" type="application/javascript" charset="utf-8"></script>
|
|
</html>
|