-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadobe.html
More file actions
39 lines (24 loc) · 749 Bytes
/
adobe.html
File metadata and controls
39 lines (24 loc) · 749 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
33
34
35
36
37
38
39
<html>
<head>
<script src="https://assets.adobedtm.com/77b7162b933fd443b2305af147054c14ca537aab/satelliteLib-cb1b01eb3860afea0c5bd1142ee003d4a88ee320.js"></script>
<title>My Adobe Page</title>
</head>
<body>
<p><b>DIV aa123 - Firefox users only</b></p>
<div id="aa123">
<p>This is just some sample text that I plan on using RTP to replace</p>
</div>
<p><b>DIV aa456 - Chrome users only</b></p>
<div id="aa456">
<p>This is just some sample text that I plan on using RTP to replace</p>
</div>
<div>
<a href="index.html">Back to index.</a><br>
</div>
<!--Begin Embed Footer Production Code-->
<script type="text/javascript">
_satellite.pageBottom();
</script>
<!--End Embed Footer Production Code-->
</body>
</html>