-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
19 lines (19 loc) · 1.25 KB
/
Index.html
File metadata and controls
19 lines (19 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./Resources/Css/output.css">
<link rel="icon" type="image/png" href="./Resources/Images/Logo.png">
<title>PsySequence</title>
</head>
<body class="w-screen h-screen flex flex-col justify-center items-center bg-emerald-500">
<img src="./Resources/Images/Logo.png" alt="Logo" class="w-24 h-24 lg:w-32 lg:h-32 xl:w-64 xl:h-64">
<h1 class="text-white text-4xl mb-14 font-bold"> PSYSEQUENCE </h1>
<div class="text-white flex flex-col text-2xl mb-14">
<a href="./Pages/Create.html" class="bg-amber-400 hover:bg-amber-500 active:bg-amber-600 text-center p-5 mb-6 rounded-xl transition-all duration-200"> Crea una sequenza </a>
<a href="./Pages/Load.html" class="bg-amber-400 hover:bg-amber-500 active:bg-amber-600 text-center p-5 rounded-xl transition-all duration-200"> Carica una sequenza </a>
</div>
<p class="text-white text-xl"> Made by <a href="https://www.linkedin.com/in/susinodaniele/" class="text-white hover:text-amber-400 transition-all duration-200"> Daniele Susino </a> </p>
</body>
</html>