-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (36 loc) · 992 Bytes
/
about.html
File metadata and controls
37 lines (36 loc) · 992 Bytes
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
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>About</title>
<%@include file="all_component/allCss.jsp" %>
</head>
<body style="background-color: white">
<%@include file="all_component/navbar.jsp" %>
<div class="container" style="margin-top: 80px">
<h1 class=text-center
style="font-family: 'Monotype Corsiva'; color: #E6120E">About Us</h1>
<br>
<div class="row">
<div class="col-sm-12">
<center>
<img src="images/mpmkvvcl1_logo.png" width=800 height=200
class="img-responsive">
</center>
</div>
</div>
<br> <br>
<div class="row">
<div class="col-sm-12">
<center>Hello folks! It looks like you are here to know us
better. Online Electricity Billing System is a user friendly, easy
to use website where one can view and pay our electricity bill
easily.</center>
</div>
</div>
</div>
</div>
</body>
</html>