-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathebuy.html
52 lines (48 loc) · 1.56 KB
/
ebuy.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
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ebuy</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles/main.css">
<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/icons/favicon-32x32.png"
/>
</head>
<body>
<div id="container--main">
<a href="index.html">← Go Back</a>
<h1>Ebuy</h1>
<ul>
<li><a href="https://ebuyfrontend-lalithav.netlify.app/">Live Demo</a></li>
<li><a href="https://github.com/LalithaRamanaV/Ecommerce-Ebuy">Source code</a></li>
</ul>
<h3>About</h3>
<p>Ebuy is the UI of ecommerce application built using Reactjs and MaterialUI</p>
<h3>Technologies used</h3>
<ul>
<li>ReactJs</li>
<li>MaterialUI</li>
<li>styled-components</li>
</ul>
<!-- <h3>Features</h3>
<ul>
<li>Sign in</li>
<li>OAuth functionality</li>
<li>Forgot password</li>
<li>logout</li>
</ul> -->
</div>
</body>
</html>