-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
DhakaBusRoute | ||
============= | ||
|
||
DhakaBusRoute is an application for Mozilla OS | ||
Dhaka Bus Route | ||
=============== | ||
Md. Eftakhairul Islam <eftakhairul@gmail.com> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Headers</title> | ||
<meta name="description" content="Providing top-level navigation and inputs for the active view"> | ||
<!-- | ||
- This <style> and <link> is only used for the example preview, | ||
- it isn't needed for the real use case. | ||
--> | ||
<link rel="stylesheet" href="css/headers.css"> | ||
<style type="text/css"> | ||
html, body { | ||
margin: 0; | ||
padding: 0; | ||
font-size: 10px; | ||
background-color: #fff; | ||
} | ||
body { | ||
background: none; | ||
} | ||
section[role="region"] { | ||
margin-bottom: 1.5rem; | ||
position: relative; | ||
} | ||
</style> | ||
</head> | ||
<body role="application"> | ||
|
||
<section role="region"> | ||
<h2 id='route_details'></h2> | ||
</section> | ||
</body> | ||
</html> |