Created
July 15, 2016 08:49
-
-
Save giacomorebonato/34044074b57efcf10092e50be88da267 to your computer and use it in GitHub Desktop.
index.html
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
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<script> | |
var data = {{data | safe}} | |
</script> | |
<title>Typescript boilerplate</title> | |
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel='stylesheet' /> | |
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css' /> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment