-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml.html
More file actions
64 lines (56 loc) · 1.91 KB
/
html.html
File metadata and controls
64 lines (56 loc) · 1.91 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
52
53
54
55
56
57
58
59
60
61
62
63
64
<!Doctype Html>
<Html lang="en">
<title>softwebsystem</title>
<head>
<Link type="text/css" rel="stylesheet"
href="Externalstylesheet\homestylesheet.css"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="../../ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="../../maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>
<DIV id="topnav" style="float:center; width: 1272px; height: 25px;word-spacing:15px; font-size: 100%;
padding-center:60px; padding-top: 6px; white-space: nowrap; text-align: center; background-color:black;">
<H4 style="text-align:left; ">For Enquiry Call us +2348037395918 </H4>
<NAV>
<A href="home.html">Home</A>
<A href="service.html">Service</A>
<A href="about.html">About</A>
<A href="gallary.html">Gallery</A>
<A href="Contact.php">Contact</A>
<A href="blog.html">Blog</A>
</NAV>
<IMG src="Images/Softwebb.jpg" width="1272" height="350">
</Div>
<div Class="Container">
<div Class="Video-Container">
<video preload="true" autoplay="autoplay" loop="loop" volume="0" poster="pic.jpg">
<source src="C:/java/EmmaLead/Video/Tiffany.mp4" type="video/mp4">
<source src="C:/java/EmmaLead/Video/Tiffany.webm" type="video/webm">
<source src="C:/java/EmmaLead/Video/Tiffany.ogv" type="video/ogg">
</video>
</div>
<3> ---===---</3>
</div>
<section class="container">
<div class="row">
<figure class="col-sm-6">
C:\java\EmmaLead\Images\apple.jpg
</figure>
<figure class="col-sm-6">
C:\java\EmmaLead\Images\face.jpg
</figure>
</div>
<div class="row">
<figure class="col-sm-6">
C:\java\EmmaLead\Images\security.jpg
</figure>
<figure class="col-sm-6">
C:\java\EmmaLead\Images\Iphone.jpg
</figure>
</div>
</section>
</body>
</html>