Skip to content

Instantly share code, notes, and snippets.

@domadev812
Forked from dristic/index.html
Last active November 15, 2017 21:06
Show Gist options
  • Select an option

  • Save domadev812/e2af359202497b98256534b50ba4f8f0 to your computer and use it in GitHub Desktop.

Select an option

Save domadev812/e2af359202497b98256534b50ba4f8f0 to your computer and use it in GitHub Desktop.
Header section for PubNub Messenger.
<head>
<title>PubNub Messenger</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon href=icon.png">
<link rel="apple-touch-startup-image href=startup.png">
<link rel="icon" type="image/png" href="favicon.png">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,700,400italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="css/screen.css" type="text/stylesheet" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
<script src="https://cdn.pubnub.com/sdk/javascript/pubnub.4.17.0.js"></script>
<script src="js/messenger.js"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment