hardik90 commited on
Commit
c6381bd
1 Parent(s): 624c606

Add 1 files

Browse files
Files changed (1) hide show
  1. index.html +2 -19
index.html CHANGED
@@ -1,19 +1,2 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
1
+ <html><head><link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.css" rel="stylesheet" type="text/css" /><script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script><script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script><script defer src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.156.1/three.min.js"></script><script type="module" src="main.js"></script><title>Fitness Buddy</title></head>
2
+ <body><nav class=" prose navbar"><ul class="navbar-nav"><li class="nav-item"><a class="nav-link" href="index.html">Home</a></li><li class="nav-item"><a class="nav-link" href="about.html">About</a></li><li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li></ul></nav><h1 class="text-center text-4xl font-bold">Fitness Buddy</h1><article class="prose"><p class="p-2">Welcome to Fitness Buddy, the ultimate app to help you achieve your fitness goals!</p></article><div class="grid grid-cols-2 gap-4"><div class="card"><h1 class="font-bold text-center mb-4 text-xl">Diet Plans</h1><p class="text-center mb-4 text-xl">Our diet plans are designed to help you lose weight and improve your overall health</p><div class="grid grid-cols-2 gap-4"><button class="mb-2 mt-2 cursor-pointer button cursor-pointer input Appearance to check and you change the current appearance of your button. It is very useful for quickly changing the look and feel of your control. -->" role="button">yes</button><button class="mb-2 mt-2 cursor-pointer button cursor-pointer input Appearance to check and you change the current appearance of your button. It is very useful for quickly changing the look and feel of your control. -->" role="button">no</button></div></div><div class="card"><h1 class="font-bold text-center mb-4 text-xl">Workout Plans</h1><p class="text-center mb-4 text-xl">Our workout plans are designed to help you improve your strength and endurance</p><div class="grid grid-cols-2 gap-4"><button class="mb-2 mt-2 cursor-pointer button cursor-pointer input Appearance to check and you change the current appearance of your button. It is very useful for quickly changing the look and feel of your control. -->" role="button">yes</button><button class="mb-2 mt-2 cursor-pointer button cursor-pointer input Appearance to check and you change the current appearance of your button. It is very useful for quickly changing the look and feel of your control. -->" role="button">no</button></div></div></div><footer class="text-center footer-light"><p class="text-center text-2xl text-footer-link">Fitness Buddy © 2023</p></footer></body></html>