-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.18 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Robotics Society | Docify</title>
<meta name="description" content="Docify is a tool developed by the Robotics Society of Punjab Engineering College to generate Room permissions efficiently." />
<meta name="keywords" content="Docify, Room Permission Generator, Punjab Engineering College, PEC Robotics Society, Automation, Permission Tool" />
<meta name="author" content="PEC Robotics Society" />
<meta property="og:title" content="Docify - Room Permission Generator | PEC Robotics Society" />
<meta property="og:description" content="An innovative tool by PEC Robotics Society to streamline the Room permission process at Punjab Engineering College." />
<meta property="og:image" content="/images/docify-banner.jpg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://docify.pecrobotics.com" />
<link rel="canonical" href="https://roboticspec.com/docify" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>