Created
October 23, 2018 14:26
-
-
Save sibu-github/244d61552c3455ef0e91be01a8ae98e8 to your computer and use it in GitHub Desktop.
HTTP/2 test
This file contains hidden or 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 lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Test HTTP2 Protocol</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="scripts/d3.js"></script> | |
| <script src="scripts/jquery.js"></script> | |
| <script src="scripts/react.production.min.js"></script> | |
| <script src="scripts/react-dom.production.min.js"></script> | |
| <script src="scripts/rxjs.min.js"></script> | |
| <script src="scripts/three.js"></script> | |
| </head> | |
| <body> | |
| <h1>Hello HTTP/2 World!</h1> | |
| <img src="/images/tim-berners-lee-2.jpg" alt="Tim Berners Lee" /> | |
| <img src="/images/tim-berners-lee-3.jpg" alt="Tim Berners Lee" /> | |
| <img src="/images/tim-berners-lee-4.jpg" alt="Tim Berners Lee" /> | |
| <img src="/images/tim-berners-lee-5.jpg" alt="Tim Berners Lee" /> | |
| <img src="/images/tim-berners-lee-6.jpg" alt="Tim Berners Lee" /> | |
| <img src="/images/tim-berners-lee-7.jpg" alt="Tim Berners Lee" /> | |
| <img src="/images/tim-berners-lee-8.jpg" alt="Tim Berners Lee" /> | |
| <img src="/images/tim-berners-lee-9.jpg" alt="Tim Berners Lee" /> | |
| <img src="/images/tim-berners-lee-10.jpg" alt="Tim Berners Lee" /> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment