-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMainMenu.html
More file actions
29 lines (28 loc) · 767 Bytes
/
MainMenu.html
File metadata and controls
29 lines (28 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<title>MainMenu</title>
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="edge_includes/edge.6.0.0.min.js"></script>
<style>
.edgeLoad-OTF-MainMenu { visibility:hidden; }
</style>
<script>
AdobeEdge.loadComposition('MainMenu', 'OTF-MainMenu', {
scaleToFit: "none",
centerStage: "none",
minW: "0px",
maxW: "undefined",
width: "1920px",
height: "1080px"
}, {dom: [ ]}, {dom: [ ]});
</script>
<!--Adobe Edge Runtime End-->
</head>
<body style="margin:0;padding:0;">
<div id="Stage-MainMenu" class="OTF-MainMenu">
</div>
</body>
</html>