mirror of
https://github.com/smaranjitghose/DocLense.git
synced 2026-03-13 08:50:03 +08:00
16 lines
533 B
HTML
16 lines
533 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>DocLense</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="keywords" content="opensource, doclense, document scanner" />
|
|
<meta name="description" content="An open source document scanner" />
|
|
<style> body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:1em; } </style>
|
|
</head>
|
|
<body>
|
|
<center><h1>DocLense</h1></center>
|
|
</body>
|
|
</html>
|
|
|