-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (61 loc) · 2.65 KB
/
index.html
File metadata and controls
73 lines (61 loc) · 2.65 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Cache-Control" content="no-store" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Penify | Dashboard</title>
<meta name="description"
content="Streamline your development workflow with our penify dashboard, where you can monitor and manage automated documentation for Python, Java, TypeScript, JavaScript, Kotlin across GitHub, GitLab, Bitbucket. Run documentation for entire repositories from your terminal, track progress,, manage API keys, generate coupons, manage user profiles, and seamlessly upgrade to premium features." />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<script type="module" id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<meta name="theme-color" content="#f8fbff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#1e2142" media="(prefers-color-scheme: dark)" />
<style>
body {
margin: 0;
}
#initSpinner {
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
right: 0;
z-index: 99999;
background: #2d2c3e;
}
#hubspot-messages-iframe-container {
color-scheme: light;
}
</style>
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/44651459.js"></script>
<!-- End of HubSpot Embed Code -->
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/index.tsx?v=16-feb-2025"></script>
<script type="module" src="/registerSW.js"></script>
<div id="root">
<div id="initSpinner">
<img src="/spinners/spinner.svg" alt="Loading..." />
</div>
</div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>