-
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
1 parent
8f2c4e6
commit 28536a0
Showing
1 changed file
with
45 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,45 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="icon" type="image/x-icon" href="https://gcparksandresorts.github.io/gcresorthighland/webresources/images/webfavicon1.ico"> | ||
<link rel="stylesheet" href="https://gcparksandresorts.github.io/gcresorthighland/webresources/others/styleSheet.css"> | ||
<link rel="stylesheet" href="https://gcparksandresorts.github.io/gcresorthighland/webresources/others/styleHeader.css"> | ||
|
||
<!--TAB TITLE --> <!------------------------------------------------------------------------------------------------------------------------------------- HEAD --> | ||
<title>PAGE_TITLE | Globe-City Resort Highland</title> | ||
|
||
<style></style> | ||
|
||
</head> | ||
|
||
<script></script> | ||
|
||
<body onload="endLoadingInit()"> <!------------------------------------------------------------------------------------------------------------------------ BODY --> | ||
<!-- Header Elements --><div id='loader'><div></div></div><div id="header"></div> | ||
|
||
<!-- BANNER IMAGE AND TITLE BAR --> | ||
<div class='titleBar'><h2>Corporate Sponsors</h2></div> | ||
<div class='subtitleBar'><p>Page_Summary_Goes_Here</p></div> | ||
|
||
<div class='columnContainer'> | ||
<img src='https://gcparksandresorts.github.io/gcresorthighland/webresources/images/logos/labSound.jpg'> | ||
<div> | ||
<h2>LAB Sound Technologies</h2> | ||
At LAbSound, we bring you the <em>Power to Play</em>. Play it Loud, Play it Proud! LAB Sound uses propriatairy technology to create industry leading bass for loud, impactful, and high quality audio wherever in any venue format. | ||
<p>We are proud to have our audio technology featured across the Globe-City Resort Highland. Listen for yourself!</p> | ||
</div> | ||
</div> | ||
|
||
<!-- Footer Elements --><div id="footer"></div> | ||
</body> | ||
|
||
|
||
<!------------------------------------------------------------------------------------------------------------------------------------------------ JAVASCRIPTS --> | ||
|
||
<!-- CREATE THE HEADER AND FOOTER --> | ||
<script type='text/javascript'src='https://gcparksandresorts.github.io/gcresorthighland/webresources/scripts/headerMain.js'></script> | ||
<script>runHeaderSetup();</script> | ||
|
||
|
||
</html> |