<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>1200</PageWidth>
	<PageHeight>1024</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>True</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<CustomCSS>/* Set variables [menuDarkColor], [menuLightColor] and [menuBackgroundColor] to customize menu colors */
.sticky {
  position: fixed!important;
  z-index:1000;
  top:0px!important;
  left:0px!important;
}

#myNavbar .nav .dropdown .dropdown-menu li a:hover{
  background-image:none;
}

.navbar .navbar-toggle{
    background-image:none;
    border-radius:3px;
    background-color:#d5d5d5;
    background-color:[menuLightColor];
}
.navbar {
  background-color:#29292c!important;
  background-color:[menuBackgroundColor]!important;
  margin-bottom: 0;
  border: 0;
  padding:0px;
  border-radius:0px;
  font-size:12pt;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #29292c;
    background-color:[menuDarkColor];
}
.dropdown-menu{
   background:#d5d5d5!important;
   background:[menuLightColor]!important;
   font-size:12pt;
}
.navbar li a, .navbar .navbar-brand {
  color: #d5d5d5 !important;
  color:[menuLightColor]!important;
}
.navbar-nav li a:hover {
  color: #fff !important;
  background-color:#29292c!important;
  background-color:[menuDarkColor]!important;
}
.navbar-nav li.active a {
  color: #fff !important;
  background-color:#29292c !important;
  background-color:[menuDarkColor]!important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.open .dropdown-toggle {
  color: #fff ;
  background-color: #555 !important;
  background-color:[menuBackgroundColor]!important;
  background-image:none!important;
}
.dropdown-menu li a {
  color: #29292c !important;
  color:[menuDarkColor]!important;
}
.dropdown-menu li a:hover {
  background-color: #29292c !important;
  background-color:[menuDarkColor]!important;
}
.navbar-default{
  background-image:none;
}
.navbar-default .dropdown .dropdown-menu li a:hover{
  background-image:none;
}
.open .dropdown-toggle {
  background-image:none!important;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>30px</left>
							<top>30px</top>
							<width>550px</width>
							<height>80px</height>
							<style>font-size:48pt;background-color:#FFF6D3;padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:150px;min-height:3000px</style>
							<css_class>neo-row neo-row-center</css_class>
							<html>Responsive website</html>
						</Container>
						<Container id="ContainerTopMenu">
							<left>0px</left>
							<top>0px</top>
							<width>376px</width>
							<height>64px</height>
							<style>padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px;overflow-x:visible;overflow-y:visible</style>
							<css_class>neo-row neo-row-center sticky</css_class>
							<Components>
								<Container id="ContainerTopMenuCol">
									<left>40px</left>
									<top>8px</top>
									<height>16px</height>
									<style>border-style:solid;border-width:1px;padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px;overflow-x:visible;overflow-y:visible;max-width:1200px</style>
									<css_class>neo-row</css_class>
									<html>&lt;nav class=&quot;navbar&quot;&gt;
  &lt;div class=&quot;container-fluid&quot;&gt;
    &lt;div class=&quot;navbar-header&quot;&gt;
      &lt;button type=&quot;button&quot; class=&quot;navbar-toggle&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#myNavbar&quot;&gt;
        &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
        &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
        &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
      &lt;/button&gt;
      &lt;a class=&quot;navbar-brand&quot; href=&quot;#&quot;&gt;My Website&lt;/a&gt;
    &lt;/div&gt;
    &lt;div class=&quot;collapse navbar-collapse&quot; id=&quot;myNavbar&quot;&gt;
      &lt;ul class=&quot;nav navbar-nav navbar-right&quot;&gt;
        &lt;li&gt;&lt;a ng-click=&quot;mySubroutine();&quot;&gt;HOME&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;#band&quot;&gt;PAGE 1&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;#tour&quot;&gt;PAGE 2&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;#contact&quot;&gt;CONTACT&lt;/a&gt;&lt;/li&gt;
        &lt;li class=&quot;dropdown&quot; class=&quot;dropdown&quot;&gt;&lt;a class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;MORE&lt;b class=&quot;caret&quot;&gt;&lt;/b&gt;&lt;/a&gt;
          &lt;ul class=&quot;dropdown-menu&quot;&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Option 1&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Option 2&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Option 3&lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/nav&gt;</html>
								</Container>
							</Components>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>768px</width>
							<height>1024px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
