Created
March 18, 2018 12:39
-
-
Save stefanledin/755ba66a2cdb6c56a2885cc0180fdbea to your computer and use it in GitHub Desktop.
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> | |
| <head> | |
| <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> | |
| <style> | |
| body { | |
| font-family: 'Open Sans', sans-serif; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Rubrik</h1> | |
| <p>Lorem ipsum dolor sit amet.</p> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment