forked from OneNoteDev/OneNoteAPISampleNodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.jade
More file actions
20 lines (19 loc) · 830 Bytes
/
index.jade
File metadata and controls
20 lines (19 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
extends layout
block content
h1= title
button(type="button", id="loginBtn") Sign In
p OneNote Create Examples:
form(id="createExamples" name="createExamples", method="post")
button(type="submit", name="submit", value="text" disabled) Create OneNote Page with Text
br
button(type="submit", name="submit", value="textimage" disabled) Create OneNote Page with Text and Images
br
button(type="submit", name="submit", value="html" disabled) Create OneNote Page with a Screenshot of HTML
br
button(type="submit", name="submit", value="url" disabled) Create OneNote Page with a Screenshot of a URL
br
button(type="submit", name="submit", value="file" disabled) Create OneNote Page with an Embedded File
br
script.
window.authUrl = '!{authUrl}';
script(src="/javascripts/index.js")