-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (19 loc) · 848 Bytes
/
index.html
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="description" content="Genera PDFs en el momento desde tu camara! Sin instalación, sin registro, sin nada!">
<meta name="keywords" content="PDF, GENERATOR, SCANNER">
<meta name="author" content="Carlos Paredes">
<meta property="og:title" content="Exam Scanner">
<meta property="og:description" content="Genera PDFs en el momento desde tu camara! Sin instalación, sin registro, sin nada!">
<meta property="og:url" content="https://scan.cparedesr.com">
<meta property="og:site_name" content="scan.cparedesr.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exam Scanner</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>