Skip to content

Commit

Permalink
Merge pull request #3 from hackerkritam/kritam
Browse files Browse the repository at this point in the history
Kritam
  • Loading branch information
delta-ioepc authored Jan 6, 2025
2 parents d992d01 + 2af8d29 commit ff4e39b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/_document.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
import { Html, Head, Main, NextScript } from "next/document"
import Head from 'next/head';

export default function Document() {
return (
<Html lang="en">
<Head />
<Head >
<title>Delta 5.0 - Purwanchal Campus</title>
<meta name="description" content="Reflecting on Delta's remarkable journey and substantial growth. A pivotal platform for leadership and positive impact in the engineering community." />

</Head>

<body>
<Main />
Expand Down

0 comments on commit ff4e39b

Please sign in to comment.