-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
51 lines (50 loc) · 1.47 KB
/
about.html
File metadata and controls
51 lines (50 loc) · 1.47 KB
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
<!DOCTYPE html>
<html>
<head>
<title>IP Exp1</title>
</head>
<body background="01.png" >
<table border="0" width="100%" height="800px">
<!-- Row 1-->
<tr>
<img src="bmw.png" alt="Bmw Logo" style="height: 50px; vertical-align: middle;">
<th><font face="Monoton" color="Red"><a href="Register.html"><u>Details</u></a></font></th>
<th></th>
<th></th>
<th><a href="index.html">Home</a></th>
<th><a href="about.html">About Us</a></th>
</tr>
<!-- Row 2-->
<tr>
<th colspan="6">
<font color="white" size="5">
<h1 text align="left">All you should know.</h1><br>
<p>BMW BEV deliveries climb 34% to over 179,500 units in first half-year +++ Profitability targets exceeded: Group EBT margin of 10.9% for HY1 +++ Automotive EBIT margin at 8.6% in HY1 +++ Financial Services: New business posts significant growth +++ Zipse: “Delivering high profitability in target corridor for past ten quarters” +++ Outlook for 2024 confirmed +++</p>
</font>
</th>
</tr>
<!-- Row 3: YouTube Video-->
<tr>
<th colspan="6" style="text-align: center;">
<iframe width="560" height="315" src="1.mp4" >
</iframe>
</th>
</tr>
<!-- Row 4-->
<tr>
<th></th>
<th></th>
<th></th>
<th><a href="https://www.bmw.com/en/index.html" target="_blank" text align="center">Know more</a></th>
<th></th>
<th></th>
</tr>
<!-- Row 5-->
<tr>
<th colspan="6">
<font size="5" color="White">Thanks for visiting</font>
</th>
</tr>
</table>
</body>
</html>