-
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
36 changed files
with
1,490 additions
and
417 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 |
---|---|---|
@@ -1 +1,46 @@ | ||
you are lost | ||
<!DOCTYPE HTML SYSTEM> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no"/> | ||
<meta http-equiv="cache-control" content="max-age=0" /> | ||
<meta http-equiv="cache-control" content="no-cache" /> | ||
<meta http-equiv="expires" content="0" /> | ||
<meta http-equiv="pragma" content="no-cache" /> | ||
<meta name="robots" content="noindex,nofollow"> | ||
<link rel="dns-prefetch" href="//fonts.googleapis.com"> | ||
<link rel="dns-prefetch" href="//google-analytics.com"> | ||
<link rel="dns-prefetch" href="//www.google-analytics.com"> | ||
<link rel="dns-prefetch" href="//ssl.google-analytics.com"> | ||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700" rel="stylesheet"> | ||
|
||
<title>Business Promotion | Landing Page</title> | ||
|
||
<link rel="stylesheet" href="styles/cover.css"> | ||
<script type="text/javascript" src="functions/core.js"></script> | ||
<script type="text/javascript" src="functions/check.js"></script> | ||
</head> | ||
<body> | ||
<div class="fixedElement loadingScreen" id="loadingScreen"><p class="glowLoad">LOADING</p></div> | ||
<div id="table-container"> | ||
<div id="container"> | ||
<div id="main"> | ||
<div id="somebackground"> | ||
<div id="base" class="contentBase"> | ||
|
||
<h1>Please restart</h1> | ||
<p>DM Buddy ran into a problem and needs to restart. sorry for the inconvenience caused. We will definetly fix this problem in our next update.</p> | ||
<a class="button" href="/tfd.html">Click to restart</a> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<script> | ||
window.onload=function(){ | ||
showBase(); | ||
removeLoading(); | ||
}; | ||
</script> | ||
</body> | ||
</html> |
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,37 @@ | ||
<p class="menu" id="subMenuCont" onClick="return toggleSubMenu(1);"> | ||
<a href="#">DM COURSE <img id="plus" class="transtionElement" src="../images/plus.png"></a> | ||
</p> | ||
|
||
<p class="subMenu" id="subMenu"> | ||
<a href="../a1-business/chapter-1.html" class="subMenuList"><span class="smallnav">CH 01</span>Introduction</a> | ||
|
||
<a class="subMenuList"><span class="smallnav">CH 02</span>Creating Online Presence</a> | ||
|
||
<a class="subMenuList"><span class="smallnav">CH 03</span>Organic Promotion</a> | ||
|
||
<a class="subMenuList"><span class="smallnav">CH 04</span>InOrganic Pramotion</a> | ||
|
||
<a class="subMenuList"><span class="smallnav">CH 05</span>Local Listings</a> | ||
|
||
<a class="subMenuList"><span class="smallnav">CH 06</span>Business Listings</a> | ||
</p> | ||
|
||
<p class="menu"> | ||
<a href="#">DM updates</a> | ||
</p> | ||
|
||
<p class="menu"> | ||
<a href="#">DM reference</a> | ||
</p> | ||
|
||
<p class="menu"> | ||
<a href="#">DM Tools & Resourses</a> | ||
</p> | ||
|
||
<p class="menu"> | ||
<a href="#">DM HOT</a> | ||
</p> | ||
|
||
<p class="menu"> | ||
<a href="#">ASK Buddies</a> | ||
</p> |
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
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
Oops, something went wrong.