-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<!-- Created by pdf2htmlEX (https://github.com/coolwanglu/pdf2htmlex) --> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> | ||
<link rel="stylesheet" href="base.min.css"/> | ||
<link rel="stylesheet" href="fancy.min.css"/> | ||
<link rel="stylesheet" href="main.css"/> | ||
<script src="compatibility.min.js"></script> | ||
<script src="theViewer.min.js"></script> | ||
<script> | ||
try{ | ||
theViewer.defaultViewer = new theViewer.Viewer({}); | ||
}catch(e){} | ||
</script> | ||
<title></title> | ||
</head> | ||
<body> | ||
<div id="sidebar"> | ||
<div id="outline"> | ||
</div> | ||
</div> | ||
<div id="page-container"> | ||
<div id="pf1" class="pf w0 h0" data-page-no="1"><div class="pc pc1 w0 h0"><img class="bi x0 y0 w0 h0" alt="" src="bg1.png"/><div class="t m0 x1 h1 y1 ff1 fs0 fc0 sc0 ls0 ws0">themarketview.com</div><div class="t m0 x2 h1 y2 ff1 fs0 fc1 sc0 ls0 ws0">Simplified Market Intelligence</div><div class="t m0 x3 h2 y3 ff2 fs1 fc2 sc0 ls0 ws0">Contact Us</div><div class="t m0 x4 h3 y4 ff3 fs1 fc3 sc0 ls0 ws0">Coming Soon</div><a class="l" href="https://wa.me/917829769660"><div class="d m1" style="border-style:none;position:absolute;left:581.440857px;bottom:46.960392px;width:76.972656px;height:16.392578px;background-color:rgba(255,255,255,0.000001);"></div></a></div><div class="pi" data-data='{"ctm":[1.000000,0.000000,0.000000,1.000000,0.000000,0.000000]}'></div></div> | ||
</div> | ||
<div class="loading-indicator"> | ||
|
||
</div> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* | ||
Copyright 2012 Mozilla Foundation | ||
Copyright 2013 Lu Wang <[email protected]> | ||
Apachine License Version 2.0 | ||
*/ | ||
(function(){function b(a,b,e,f){var c=(a.className||"").split(/\s+/g);""===c[0]&&c.shift();var d=c.indexOf(b);0>d&&e&&c.push(b);0<=d&&f&&c.splice(d,1);a.className=c.join(" ");return 0<=d}if(!("classList"in document.createElement("div"))){var e={add:function(a){b(this.element,a,!0,!1)},contains:function(a){return b(this.element,a,!1,!1)},remove:function(a){b(this.element,a,!1,!0)},toggle:function(a){b(this.element,a,!0,!0)}};Object.defineProperty(HTMLElement.prototype,"classList",{get:function(){if(this._classList)return this._classList; | ||
var a=Object.create(e,{element:{value:this,writable:!1,enumerable:!0}});Object.defineProperty(this,"_classList",{value:a,writable:!1,enumerable:!1});return a},enumerable:!0})}})(); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.