Added a print queue and rate limiting for the API
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<input class="input" id="name" type="text" placeholder="To Print">
|
||||
<input class="input" id="name" type="text" placeholder="Name">
|
||||
<input class="input1" id="coords" type="text" placeholder="Your coordinates (lat,long)">
|
||||
<input class="update" id="update" type="submit" value="Submit" onclick="print();">
|
||||
<script src="main.js"></script>
|
||||
<div class="serverResponse" id="response"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user