|
@@ -0,0 +1,32 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <title>bhouse-backstage editor</title>
|
|
|
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.20/lodash.min.js"></script>
|
|
|
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css">
|
|
|
+
|
|
|
+ <style>
|
|
|
+ body {
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .outerDiv {
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div class="outerDiv">
|
|
|
+ <div>
|
|
|
+ <button id='title_button'>Title</button>
|
|
|
+ </div>
|
|
|
+ <div class="ui segment">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <button id='submit_button'>Submit</button>
|
|
|
+ </div>
|
|
|
+ <script src="/Users/weichen/choozmo/bhouse/bhouse-backstage/editor.js"></script>
|
|
|
+ </body>
|
|
|
+</html>
|