Skip to content

Instantly share code, notes, and snippets.

@JNaeemGitonga
Last active September 1, 2019 04:28
Show Gist options
  • Save JNaeemGitonga/3ee101a47f2f857584fb2b06a0343526 to your computer and use it in GitHub Desktop.
Save JNaeemGitonga/3ee101a47f2f857584fb2b06a0343526 to your computer and use it in GitHub Desktop.
XML, Read, send, write: Javascript front to Node back
<nav class="welcome-nav navbar">
<h1 class="navbar-brand">load and view albums results</h1>
<form class="form-inline" onsubmit="return false">
<input id="xml-upload" class="form-control" type="file" accept=".xml" placeholder="Upload XML file" aria-label="upload" />
<button class="upload" type="submit">
Upload
</button>
</form>
</nav>
<div id="root">
<div id="find" class="">
<form id="find-by-title" class="form-inline">
<input class="input-title" type="text" placeholder="find by title" />
<input class="submit-query" type="submit" text="Submit" />
</form>
</div>
<div class="table-div"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment