Skip to content

Instantly share code, notes, and snippets.

@ismaelc
Created February 6, 2021 09:02
Show Gist options
  • Select an option

  • Save ismaelc/6fc1e3979dc9251b1f2cf3d32e2b6e11 to your computer and use it in GitHub Desktop.

Select an option

Save ismaelc/6fc1e3979dc9251b1f2cf3d32e2b6e11 to your computer and use it in GitHub Desktop.
<body class="ms-font-m ms-welcome ms-Fabric">
<section id="sideload-msg" class="ms-welcome__main">
<h2 class="ms-font-xl">Please sideload your add-in to see app body.</h2>
</section>
<main id="app-body" class="ms-welcome__main" style="display: none;">
<div role="button" id="capture" class="ms-welcome__action ms-Button ms-Button--hero ms-font-xl">
<span class="ms-Button-label">Capture training data</span>
</div>
<div role="button" id="predict" class="ms-welcome__action ms-Button ms-Button--hero ms-font-xl">
<span class="ms-Button-label">Predict</span>
</div>
</main>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment