-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplainText.html
More file actions
41 lines (39 loc) · 1.49 KB
/
plainText.html
File metadata and controls
41 lines (39 loc) · 1.49 KB
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
40
41
<!DOCTYPE html>
<html>
<head>
<script src="plainText.js"></script>
<link rel="stylesheet" href="plainText.css">
</head>
<body>
<div id='container'>
<div id='header'>
<div id='briefing-images'>
<div style="width: 100px;">
<img src='' id='briefing-logo' width="100">
</div>
<div style="width: 100px;">
<img src='https://app.mediaportal.com/dailybriefings/customimages/logo/global/default.png' id='isentia-logo' width="100">
</div>
</div>
<h4 id='briefing-title'></h4>
<div id='briefing-date'></div>
<div id='briefing-note'></div>
<div id='briefing-links-container'></div>
</div>
<div id='sections-parent'>
</div>
<br>
<div id='copyright-parent'>
<div class="copyright-text" style="font-size: 1.2em;">
Prepared by Isentia
</div>
<div class="copyright-text">
Subject to copyright. For internal use only.
</div>
<div class="copyright-text">
See <a href='https://learn.isentia.com/article/copyright-terms-of-use/' style="color: blue;">Copyright Terms of Use</a>
</div>
</div>
</div>
</body>
</html>