-
Notifications
You must be signed in to change notification settings - Fork 12
/
contracts.html
executable file
·54 lines (43 loc) · 1.45 KB
/
contracts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<!--
contracts.html
BarcodeAPI.org, 2017-2024
-->
<head>
<title>BarcodeAPI.org - Contracts</title>
<meta name="keywords"
content="barcode, barcode api, barcode app, barcode generator, download barcode, free barcodes, custom barcodes">
<meta name="description"
content="Free online barcode generator! Scan barcodes in the web browser or download the images for free!">
<link rel="icon" type="image/png" href="/ext/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/ext/3p/flexboxgrid.min.css" />
<link rel="stylesheet" type="text/css" href="/ext/css/layout.css" />
<script src="/ext/js/ui.js"></script>
</head>
<body onload="displayTokenCount();">
<div class="wrapper container-fluid">
<div class="header row between-sm start-sm center-xs">
<div class="header-logo start-sm center-xs col-xs-12 col-sm-5"></div>
<div class="header-contact col-sm-5 middle-xs end-xs">
<h4>
<div class="header-support">FEEDBACK & SUPPORT</div>
<div class="header-email">[email protected]</div>
</h4>
<div class="action-icon action-email icon-email"></div>
</div>
</div>
<div class="row center-xs middle-xs">
<div class="col-xs-12">
<h2>Usage Contracts</h2>
<div>
Rate Limits are not currently enforced.
<br />
<br />
Please check back soon for additional details.
</div>
</div>
</div>
</div>
</body>
</html>