Created
September 14, 2020 06:31
-
-
Save lolobosse/16a09dbf155214cf19b7ea5199b749b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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