Skip to content

Instantly share code, notes, and snippets.

@borestad
Created June 11, 2018 08:14
Show Gist options
  • Save borestad/71d50df3bcebc7d84fabc3c8aa07fb1b to your computer and use it in GitHub Desktop.
Save borestad/71d50df3bcebc7d84fabc3c8aa07fb1b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Akamai | Hello world</title>
<meta name="viewport" content="width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
</head>
<body>
<h1>Hello world!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment