-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="styles.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
<title>Homepage</title>
</head>
<body>
<script src="navbar.js"></script>
<div id="navbar">
<script>navbar();</script>
</div>
<div class="content">
<div style="margin-top: 50px;" id="header">
<h1>OLA S1</h1></br><p style="color: #cbcbcb;font-size: 3vw;">The most advanced electric scooter ever.<br>It’s a revolution on two wheels</p>
<h5 style="color: #cbcbcb;">Starting from <b>Rs.99,999</b></h5>
</div>
<video width="600" autoplay muted loop>
<source src="performance_story.mp4" type="video/mp4">
</video>
</div>
</body>
</html>