-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (33 loc) · 1.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdn.tailwindcss.com"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dics
</title>
</head>
<body class="text-white body-font bg-gray-900">
<header class="text-gray-400 bg-gray-900 body-font" style="user-select: auto;">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center" style="user-select: auto;">
<a class="flex title-font font-medium items-center text-white mb-4 md:mb-0" style="user-select: auto;">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-indigo-500 rounded-full" viewBox="0 0 24 24" style="user-select: auto;">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5" style="user-select: auto;"></path>
</svg>
<span class="ml-3 text-xl" style="user-select: auto;">Stock Prediction </span>
</a>
<nav class="md:mr-auto md:ml-4 md:py-1 md:pl-4 md:border-l md:border-gray-700 flex flex-wrap items-center text-base justify-center" style="user-select: auto;">
<a href="index.html" class="mr-5 hover:text-white" style="user-select: auto;">Facebook</a>
<a href="amazon.html" class="mr-5 hover:text-white" style="user-select: auto;">Amazon</a>
<a href="apple.html" class="mr-5 hover:text-white" style="user-select: auto;">Apple</a>
<a href="netflix.html" class="mr-5 hover:text-white" style="user-select: auto;">Netflix</a>
<a href="google.html" class="mr-5 hover:text-white" style="user-select: auto;">Google</a>
</nav>
</div>
</header>
<center>
<b> Loda impossible </b>
</center>
</body>
</html>