cryptpad/www/login/index.html

20 lines
507 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
<style>
html, body{
padding: 0px;
margin: 0px;
height: 100%;
width: 100%;
box-sizing: border-box;
}
</style>
</head>
<body>
<button id="login">login</button>