From ae805d5a80219072640975406173b7646427002e Mon Sep 17 00:00:00 2001 From: Jeremy Press Date: Tue, 20 Nov 2018 15:05:05 -0800 Subject: [PATCH] Chore: Add Annotations test page to be hosted by github pages --- docs/index.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++++ docs/styles.css | 30 +++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 docs/index.html create mode 100644 docs/styles.css diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..4ade7d5fe --- /dev/null +++ b/docs/index.html @@ -0,0 +1,89 @@ + + + + + + + + + + + + + +
+
+
Token:
+ + +
+ +
+
File ID:
+ + +
+
+ +
+ + + \ No newline at end of file diff --git a/docs/styles.css b/docs/styles.css new file mode 100644 index 000000000..b4e36651d --- /dev/null +++ b/docs/styles.css @@ -0,0 +1,30 @@ +* { + font-family: sans-serif; + margin: 0; + padding: 0; + box-sizing: border-box; +} +.setters-container { + height: 25vh; + display: flex; + font-size: 75%; + justify-content: space-around; + padding: 20px; +} + +.setters-container button,input { + padding: 5px; +} + +.container { + text-align: center; +} + +.container > input { + text-align: center; +} + +#preview-container { + width: 100vw; + height: 75vh; +} \ No newline at end of file