-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsujet.html
More file actions
32 lines (30 loc) · 951 Bytes
/
sujet.html
File metadata and controls
32 lines (30 loc) · 951 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
30
31
32
<!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>Fahrplan 2019</title>
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="http://animate.adobe.com/runtime/6.0.0/edge.6.0.0.min.js"></script>
<style>
.edgeLoad-EDGE-3161213432 { visibility:hidden; }
</style>
<script>
AdobeEdge.loadComposition('sujet', 'EDGE-3161213432', {
scaleToFit: "width",
centerStage: "horizontal",
minW: "0px",
maxW: "undefined",
width: "300px",
height: "600px"
}, {"dom":{}}, {"dom":{}});
</script>
<!--Adobe Edge Runtime End-->
</head>
<body style="margin:0;padding:0;">
<div id="Stage" class="EDGE-3161213432">
<div id="Stage_hintergrund" class="edgeLoad-EDGE-3161213432"></div>
<div id="Stage_button" class="edgeLoad-EDGE-3161213432"></div>
</div>
</body>
</html>