-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 824 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A web application to generate US State ID barcodes with a mobile-first design, optimized for SEO.">
<meta name="keywords" content="ID Barcode Generator, US State ID, Mobile-First Design, Barcode Generator">
<meta name="author" content="dFi0racle">
<title>US ID Barcode Generator</title>
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
</head>
<body>
<h1>US State ID Barcode Generator</h1>
<form id="idForm">
<!-- Form fields here -->
</form>
<script src="/js/scripts.js"></script>
</body>
</html>