Skip to content

Commit

Permalink
404 page added
Browse files Browse the repository at this point in the history
  • Loading branch information
singhayushh committed Jul 5, 2021
1 parent 2e0401d commit 332c228
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
48 changes: 43 additions & 5 deletions views/404.ejs
Original file line number Diff line number Diff line change
@@ -1,8 +1,46 @@
<%- include('components/header.ejs') %>
<!DOCTYPE html>
<html lang="en">
<head>
<title>MPBians - 404</title>

<main>
<div class="container">
</div>
</main>
<!-- Meta Tags for SEO -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords"
content="mpb, mpbirla, mpbirla school, m. p. birla foundation higher secondary schoolm, mpb alumni, mpb alumni website, alumni portal, mpb alumnus, networking, ex-students">
<meta name="description"
content="Catch upon your old friends, faculty and memories from school, MPBians is a web platform for all alumni of the M. P. Birla Foundation Higher Secondary School, to help connect with each other back again.">
<meta property="og:title" content="MPBians">
<link href="/favicon.ico" rel="icon">
<meta property="og:description"
content="Catch upon your old friends, faculty and memories from school, MPBians is a web platform for all alumni of the M. P. Birla Foundation Higher Secondary School.">
<meta name="robots" content="all">
<meta property="og:image" content="/img/og.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mpbconnect.herokuapp.com/">
<meta itemprop="url" content="https://mpbconnect.herokuapp.com/">
<meta name="theme-color" content="#232D41">
<meta name="twitter:card" content="summary_large_image">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">

<!-- Stylesheet for font -->
<link rel="preconnect" href="https://fonts.gstatic.com">

<!-- Website Stylesheet -->
<link rel="stylesheet" href="/css/style.css" type="text/css">
<link rel="stylesheet" href="/css/queries.css" type="text/css">

</head>
<body>

<section>
<div class="container">
<div class="flex-column center" id="pg404">
<img src="/img/404.svg" alt="404">
<a href="/" class="btn cta">Go Home</a>
</div>
</div>
</section>

<%- include('components/footer.ejs') %>
Loading

0 comments on commit 332c228

Please sign in to comment.