All checks were successful
Deploy to Production / deploy (push) Successful in 14s
20 lines
810 B
HTML
20 lines
810 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="apple-touch-icon" href="/favicon.svg" />
|
|
<meta name="theme-color" content="#4facfe" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Tools App</title>
|
|
<meta property="og:title" content="Tools App" />
|
|
<meta property="og:description" content="A versatile collection of developer and everyday tools including a Password Generator, QR Code Scanner/Generator, URL Cleaner, and more." />
|
|
<meta property="og:image" content="/preview.png" />
|
|
<meta property="og:type" content="website" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|