2015-01-29 16:55:18 +00:00
|
|
|
<!DOCTYPE html>
|
2016-12-27 13:10:20 +00:00
|
|
|
<html class="cp pad">
|
2015-01-29 16:55:18 +00:00
|
|
|
<head>
|
2017-01-12 13:26:10 +00:00
|
|
|
<title>CryptPad</title>
|
2015-01-29 16:55:18 +00:00
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
2017-01-12 01:09:36 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2017-05-30 08:44:40 +00:00
|
|
|
<meta name="referrer" content="no-referrer" />
|
2017-06-29 10:17:08 +00:00
|
|
|
<script async data-bootload="/customize/template.js" data-main="/common/boot.js?ver=1.0" src="/bower_components/requirejs/require.js?ver=2.1.15"></script>
|
2015-02-02 15:01:33 +00:00
|
|
|
<style>
|
2016-03-16 16:09:08 +00:00
|
|
|
html, body {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2015-02-02 15:01:33 +00:00
|
|
|
#pad-iframe {
|
|
|
|
position:fixed;
|
2016-10-25 13:22:35 +00:00
|
|
|
top:0px;
|
2015-02-02 15:01:33 +00:00
|
|
|
left:0px;
|
|
|
|
bottom:0px;
|
|
|
|
right:0px;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
border:none;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
</style>
|
2015-01-29 16:55:18 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-03-01 16:23:34 +00:00
|
|
|
<iframe id="pad-iframe"></iframe><script src="/common/noscriptfix.js"></script>
|
2017-06-27 16:17:52 +00:00
|
|
|
|