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.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
|
|
<link rel="stylesheet" href="/bower_components/components-font-awesome/css/font-awesome.min.css">
|
|
|
|
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
|
|
|
|
<style>
|
|
|
|
html, body {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
.cryptpad-toolbar {
|
|
|
|
margin-bottom: 1px;
|
|
|
|
padding: 0px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
media-tag * {
|
|
|
|
max-width: 100%;
|
|
|
|
margin: auto;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="toolbar" class="toolbar-container"></div>
|
|
|
|
<media-tag id="encryptedFile"></media-tag>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|