Skip to content

Commit 414b0ec

Browse files
authored
Add HTML structure for FlightCWC web page
1 parent 16b0350 commit 414b0ec

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Bhavna/SDB601/FlightCWC

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<html>
2+
<head>
3+
<title>FlightCWC</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"+Sheet2!B21>
5+
</head>
6+
<body>
7+
<h1> SDB601 Flight CWC web page </h1>
8+
<p><a id="editThisPageLink" target="_blank" style="color:blue">Edit this page</a></p>
9+
<script>document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;</script>
10+
11+
<!-- <script type='text/javascript' src='https://service.force.com/asyncclient/bootstrap.js'>> -->
12+
113
<script type='text/javascript'>
214
function initEmbeddedMessaging() {
315
try {
@@ -17,3 +29,8 @@
1729
};
1830
</script>
1931
<script type='text/javascript' src='https://orgfarm-da76c1237d.demo.test1.my.pc-rnd.site.com/ESWFlightCWCAgent1764025410792/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
32+
33+
</body>
34+
</html>
35+
36+

0 commit comments

Comments
 (0)