Compare commits

..

No commits in common. "de73e624aa86293519482688f8818bc7d1254346" and "2d84731817169eb4212ab52999ba6811062b4ae0" have entirely different histories.

6 changed files with 2 additions and 45 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
css/
js/

View File

@ -1,14 +1,3 @@
# 🎮 Siahbva
# siahbva
## ⚙️ Étape 1 - Cloner le dépôt :
```git clone https://gitea.digitanie.org/florian.llimos/siahbva.git```
## ⚙️ Étape 2 - Télécharger les dépendances :
Ouvrez sur ce lien **https://getuikit.com/docs/introduction** et téléchargez Uikit.
Dézipez le dossier .zip et mettez les dossiers js et css dans le dossier projet **saihbva**
## ⚙️ Étape 3 - Afficher le projet :
Pour afficher le projet, prenez soit une extension sur votre IDE pour lancer le "serveur" soit vous pouvez drap & drop l'index.html dans votre navigateur.
Page de maintenance pour Siahbva

View File

@ -1,21 +0,0 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Siahbva</title>
<link rel="stylesheet" href="css/uikit-rtl.min.css" />
<link rel="stylesheet" href="css/uikit-rtl.css" />
<link rel="stylesheet" href="css/uikit.min.css" />
<link rel="stylesheet" href="css/uikit.css" />
<script src="js/uikit-icons.js"></script>
<script src="js/uikit-icons.min.js"></script>
<script src="js/uikit.js"></script>
<script src="js/uikit.min.js"></script>
</head>
<body>
<header></header>
<main></main>
<footer></footer>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB