forked from tanmayy-mishra/Tanny-s-p2p
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 955 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title></title>
<meta name="description" content="" />
<link rel="stylesheet" href="./index.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap"
/>
</head>
<body>
<div class="desktop-1">
<b class="p2p-carpooling-dapp">P2P CARPOOLING DAPP</b
><img class="image-9-icon" alt="" src="public/image-9@2x.png" />
<div class="frame-div">
<div class="group-div">
<div class="group-div1">
<button class="publish-a-ride">Publish a Ride</button>
</div>
</div>
</div>
<div class="group-div2">
<div class="frame-div1"><b class="book-a-ride">Book a Ride</b></div>
</div>
</div>
<script></script>
</body>
</html>