-
Notifications
You must be signed in to change notification settings - Fork 12
/
type.html
executable file
·95 lines (83 loc) · 2.58 KB
/
type.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<html>
<!--
type.html
BarcodeAPI.org, 2017-2024
-->
<head>
<title>BarcodeAPI.org - $TYPE$</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>
<script src="/ext/js/type.js"></script>
</head>
<body onload="mode='single'; init();">
<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 middle-xs middle-xs">
<div class="col-xs-3">
<a class="text-link" href="/types.html">
<span>< All Types</span>
</a>
</div>
</div>
<div id="barcode-types">
<div id="barcode-template" class="row start-xs middle-xs barcode-template">
<div class="col-xs-9 barcode-type-info">
<span class="type-name type-title">-</span>
<hr />
<br />
Cost
<br />
Basic: <span class="type-cost-basic">-</span>
<br />
Custom: <span class="type-cost-custom">-</span>
<br />
<br />
Target: <span class="type-target">-</span>
<br />
<br />
Format: <span class="type-format">-</span>
<br />
<br />
Checksums Enforced: <span class="type-checksum">-</span>
<br />
Non-Printing Characters: <span class="type-nonprinting">-</span> <a
href="nonprinting.html" class="text-link">?</a>
<br />
<br />
<span class="type-description">-</span>
<br />
<br />
Read more on <a class="type-wiki" target="_blank">Wikipedia</a>.
<br />
<br />
Parameters
<br />
<div class="type-options">-</div>
<br />
</div>
<div class="col-xs-3 barcode-type-example">
<a class="type-example-link">
<img class="type-example" src="" />
</a>
</div>
</div>
</div>
</div>
</body>
</html>