Skip to content

Instantly share code, notes, and snippets.

@lolobosse
Created September 14, 2020 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lolobosse/16a09dbf155214cf19b7ea5199b749b7 to your computer and use it in GitHub Desktop.
Save lolobosse/16a09dbf155214cf19b7ea5199b749b7 to your computer and use it in GitHub Desktop.
<html>
<body>
<form id="form">
<input type="number" id="rnr" placeholder="Rechnungsnummer" style="margin-bottom: 10px">
<input type="submit" value="Rechnung Erstellen">
</form>
<script type="text/javascript" src="popup.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment