|
1 | 1 | <!DOCTYPE html> |
2 | | -<html lang="en-US" prefix="og: http://ogp.me/ns#"> |
| 2 | +<html lang="en-US"> |
3 | 3 |
|
4 | 4 | <head> |
| 5 | + <!-- Basic meta --> |
5 | 6 | <meta charset="UTF-8"> |
6 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | - <!-- v18 basic meta --> |
8 | 8 | <meta name="geo.country" content="ZZ" /> |
9 | 9 | <meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" /> |
10 | 10 | <meta name="dcterms.date" content="2020-07-18" /> |
11 | 11 | <meta name="keywords" content="IMS Central, IMS Developer, IMS" /> |
12 | 12 | <meta name="robots" content="index, follow" /> |
13 | | - <!-- Favicon --> |
| 13 | + |
| 14 | + <!-- Favicon --> |
14 | 15 | <link id="favicon" |
15 | 16 | rel="shortcut icon" |
16 | 17 | type="image/x-icon" |
17 | 18 | href="wp-content/IMS_logo_small.png"> |
18 | 19 |
|
19 | | - <!-- Pageittle --> |
| 20 | + <!-- Page title--> |
20 | 21 | <title>IMS and APIs</title> |
21 | 22 |
|
22 | | - <!-- Meta --> |
| 23 | + <!-- Meta for social media --> |
23 | 24 | <link rel="canonical" href="ims-apis.html" /> |
24 | 25 | <meta property="og:locale" content="en_US" /> |
25 | 26 | <meta property="og:type" content="article" /> |
|
34 | 35 | <meta property="og:image" content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" /> |
35 | 36 |
|
36 | 37 | <!-- 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"> |
41 | 40 | <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"> |
42 | 49 | <link rel="stylesheet" href="wp-includes/css/nav.css"> |
43 | 50 | <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"> |
47 | 51 | <link href="wp-includes/css/pages/apis.css" rel="stylesheet"> |
| 52 | + <link rel="stylesheet" href="wp-includes/css/page.css" /> |
48 | 53 |
|
49 | 54 | <!-- Hotjar Tracking Code for ibm.com/demos & githhub --> |
50 | 55 | <script> |
|
58 | 63 | })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); |
59 | 64 | </script> |
60 | 65 |
|
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 | | - |
68 | 66 | <!-- TipueSearch --> |
69 | 67 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> |
70 | 68 | <script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script> |
|
0 commit comments