Commit 087ea23a authored by Remy Jourde's avatar Remy Jourde
Browse files

include tinygraphs icons

Fixes #79
parent 16b38999
Loading
Loading
Loading
Loading
+3.24 KiB
Loading image diff...
+2.39 KiB
Loading image diff...
+2.43 KiB
Loading image diff...
+1.6 KiB
Loading image diff...
+14 −5
Original line number Diff line number Diff line
@@ -4,12 +4,15 @@
<!--[if IE 8]>         <html lang="en" ng-app="tinygraphs" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" ng-app="tinygraphs" class="no-js"> <!--<![endif]-->
  <head>
    <title>tinygraphs</title>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>tinygraphs</title>
    <meta name="description" content="an avatar generator web service">
    <meta name="author" content="taironas santiago arias remy jourde carmen rebolledo">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="image" content="http://tinygraphs.com/app/assets/img/apple-touch-icon-114-precomposed.png" />

    <link rel="stylesheet" href="app.css">
    <link href="lib/boostrap/css/bootstrap.min.css" rel="stylesheet">
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
@@ -26,6 +29,12 @@
    <link href="assets/css/examples.css" rel="stylesheet">
    <link href="assets/css/editor.css" rel="stylesheet">
    <link href="assets/css/footer.css" rel="stylesheet">

    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/img/apple-touch-icon-144-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/img/apple-touch-icon-114-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/img/apple-touch-icon-72-precomposed.png">
    <link rel="apple-touch-icon-precomposed" href="assets/img/apple-touch-icon-57-precomposed.png">
    <link rel="shortcut icon" href="assets/img/favicon.png" />
  </head>
  <body>
    <div class="tinygraphs-browsehappy" ng-include="'partials/browsehappy.html'"></div>