Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>markdown editor</title>
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
- </head>
- <body class="bg-dark">
- <div class="container-fluid">
- <div class="row p-2">
- </div>
- <div class="row m-2 p-2 bg-black text-light rounded justify-content-center align-content-center" style="height: 95vh">
- <div class="col">
- <h3 class="display-6 text-center">This place is dark and empty. Too empty.</h3>
- <h5 class="lead text-center"><a class="text-decoration-none" href="/editor/">Add</a> a bit of content on the other end.</h5>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment