Initial Commit
This commit is contained in:
commit
6d2e379a0c
41 changed files with 5064 additions and 0 deletions
37
public/index.html
Normal file
37
public/index.html
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Palico Bot</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="/style/styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="hero hero--home">
|
||||
<div class="hero__visual">
|
||||
<img src="/img/palico-index.png" alt="Palico Bot" />
|
||||
</div>
|
||||
|
||||
<div class="hero__content">
|
||||
<p class="pill">Palico Bot</p>
|
||||
<h1>Bienvenue sur la webapp</h1>
|
||||
<p>
|
||||
Lance de la musique sur le Discord et pilote la playlist du salon vocal.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<section class="panel panel--glass">
|
||||
<div class="feature-grid">
|
||||
<a class="feature-grid__card" href="/jukebox/">
|
||||
<p class="pill">Le Jukebox du Palico Bot</p>
|
||||
<p class="panel__subtitle">
|
||||
Upload, gère et pilote la playlist du salon vocal en direct.
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue