2014-10-31 16:42:58 +01:00
<!DOCTYPE html>
2016-12-27 14:10:20 +01:00
< html class = "cp" >
2017-03-01 17:23:34 +01:00
<!-- If this file is not called customize.dist/src/template.html, it is generated -->
2014-10-31 16:42:58 +01:00
< head >
2017-07-06 10:49:33 +02:00
< title data-localization = "main_title" > CryptPad: Zero Knowledge, Collaborative Real Time Editing< / title >
2014-10-31 16:42:58 +01:00
< meta content = "text/html; charset=utf-8" http-equiv = "content-type" / >
2018-01-23 15:17:06 +01:00
< meta name = "description" content = "CryptPad is an open-source browser-based suite of collaborative editors. It uses client-side encryption so that the server cannot read users' documents" / >
2017-01-19 10:48:46 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" >
2016-07-11 11:07:59 +02:00
< link rel = "icon" type = "image/png" href = "/customize/main-favicon.png" id = "favicon" / >
2017-08-21 18:08:37 +02:00
< script async data-bootload = "/customize/template.js" data-main = "/common/boot.js?ver=1.0" src = "/bower_components/requirejs/require.js?ver=2.3.5" > < / script >
2014-10-31 16:42:58 +01:00
< / head >
2017-01-16 18:28:37 +01:00
< body class = "html" >
2017-02-28 18:02:12 +01:00
< noscript >
2017-06-21 18:02:38 +02:00
< p > < strong > OOPS< / strong > In order to do encryption in your browser, Javascript is really < strong > really< / strong > required.< / p >
< p > < strong > OUPS< / strong > Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est < strong > vraiment< / strong > nécessaire.< / p >
< / noscript >
2014-10-31 16:42:58 +01:00
< / html >