|
|
|
@ -67,6 +67,23 @@
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
<script src="/bower_components/requirejs/require.js"></script>
|
|
|
|
|
<!-- Piwik -->
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
if (window.location.href.indexOf('cryptpad.fr') !== -1) {
|
|
|
|
|
// This piwik is only relevant to cryptpad.fr
|
|
|
|
|
var _paq = _paq || [];
|
|
|
|
|
_paq.push(['trackPageView']);
|
|
|
|
|
_paq.push(['enableLinkTracking']);
|
|
|
|
|
(function() {
|
|
|
|
|
var u="//piwik.xwiki.com/";
|
|
|
|
|
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
|
|
|
|
_paq.push(['setSiteId', 12]);
|
|
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
|
|
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
|
|
|
|
})();
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<!-- End Piwik Code -->
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<a href="https://github.com/xwiki-labs/cryptpad"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/121cd7cbdc3e4855075ea8b558508b91ac463ac2/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200.png"></a>
|
|
|
|
|