Skip to content

Commit be78000

Browse files
committed
update header
1 parent ae6b046 commit be78000

1 file changed

Lines changed: 17 additions & 19 deletions

File tree

ims-apis.html

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
<!DOCTYPE html>
2-
<html lang="en-US" prefix="og: http://ogp.me/ns#">
2+
<html lang="en-US">
33

44
<head>
5+
<!-- Basic meta -->
56
<meta charset="UTF-8">
67
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<!-- v18 basic meta -->
88
<meta name="geo.country" content="ZZ" />
99
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
1010
<meta name="dcterms.date" content="2020-07-18" />
1111
<meta name="keywords" content="IMS Central, IMS Developer, IMS" />
1212
<meta name="robots" content="index, follow" />
13-
<!-- Favicon -->
13+
14+
<!-- Favicon -->
1415
<link id="favicon"
1516
rel="shortcut icon"
1617
type="image/x-icon"
1718
href="wp-content/IMS_logo_small.png">
1819

19-
<!-- Pageittle -->
20+
<!-- Page title-->
2021
<title>IMS and APIs</title>
2122

22-
<!-- Meta -->
23+
<!-- Meta for social media -->
2324
<link rel="canonical" href="ims-apis.html" />
2425
<meta property="og:locale" content="en_US" />
2526
<meta property="og:type" content="article" />
@@ -34,17 +35,21 @@
3435
<meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
3536

3637
<!-- Sheets -->
37-
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
38-
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min.css' type='text/css' media='all' />
39-
<link rel='stylesheet' id='pagepost_css-css' href='wp-content/themes/boomer-v18/css/pagepost.css' type='text/css' media='all' />
40-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
38+
<!-- Imported styling -->
39+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
4140
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
41+
<!-- Migrated styling -->
42+
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
43+
<link href="wp-includes/css/www.css" rel="stylesheet" />
44+
<!-- Pure CSS -->
45+
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
46+
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
47+
<!-- Custom CSS -->
48+
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
4249
<link rel="stylesheet" href="wp-includes/css/nav.css">
4350
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
44-
<link href="wp-includes/css/www.css" rel="stylesheet" />
45-
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet">
46-
<link href="wp-includes/css/tables.css" rel="stylesheet">
4751
<link href="wp-includes/css/pages/apis.css" rel="stylesheet">
52+
<link rel="stylesheet" href="wp-includes/css/page.css" />
4853

4954
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
5055
<script>
@@ -58,13 +63,6 @@
5863
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
5964
</script>
6065

61-
<!-- Additional styling for content after navigation -->
62-
63-
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
64-
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
65-
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
66-
<script src="wp-includes/js/jquery.min.js"></script>
67-
6866
<!-- TipueSearch -->
6967
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
7068
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>

0 commit comments

Comments
 (0)