You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
429 B
HTML
14 lines
429 B
HTML
8 years ago
|
<!DOCTYPE html>
|
||
|
<html class="cp slide">
|
||
|
<head>
|
||
|
<title>CryptPad</title>
|
||
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||
|
<script data-bootload="main.js" data-main="/common/boot.js" src="/bower_components/requirejs/require.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="iframe-container">
|
||
|
<iframe id="pad-iframe"></iframe><script src="/common/noscriptfix.js"></script>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|