Created
June 11, 2018 08:14
-
-
Save borestad/71d50df3bcebc7d84fabc3c8aa07fb1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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