2016-12-22 00:59:10 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="fragment" content="!">
|
|
|
|
|
2016-12-24 05:49:15 +00:00
|
|
|
<title>Notica - Notifications from Your Terminal</title>
|
2016-12-22 00:59:10 +00:00
|
|
|
|
|
|
|
<![if lt IE 10]>
|
2016-12-28 08:50:58 +00:00
|
|
|
<script async src="/js/es5-shim.min.js"></script>
|
|
|
|
<script async src="/js/es5-sham.min.js"></script>
|
|
|
|
<script async src="/js/html5shiv.min.js"></script>
|
2016-12-22 00:59:10 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
// Fake console to test in IE<9
|
|
|
|
if( typeof console == 'undefined' )
|
|
|
|
console = {log: function(){ /* No console */}};
|
|
|
|
</script>
|
|
|
|
<![endif]>
|
|
|
|
|
2016-12-22 23:26:56 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2016-12-22 00:59:10 +00:00
|
|
|
|
2016-12-27 05:50:48 +00:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" integrity="sha256-2YQRJMXD7pIAPHiXr0s+vlRWA7GYJEK0ARns7k2sbHY=" crossorigin="anonymous" media="none" onload="if(media!='all')media='all'" />
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" media="none" onload="if(media!='all')media='all'" />
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" integrity="sha256-t2/7smZfgrST4FS1DT0bs/KotCM74XlcqZN5Vu7xlrw=" crossorigin="anonymous" media="none" onload="if(media!='all')media='all'" />
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" media="none" onload="if(media!='all')media='all'" />
|
2016-12-22 23:26:56 +00:00
|
|
|
|
2016-12-28 08:50:58 +00:00
|
|
|
<link rel="stylesheet" href="/css/style.css" type="text/css" media="all" />
|
2016-12-22 00:59:10 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id='root'>
|
|
|
|
</div>
|
2016-12-28 08:50:58 +00:00
|
|
|
<script src="/bundle.js"></script>
|
2016-12-22 00:59:10 +00:00
|
|
|
</body>
|
|
|
|
</html>
|