-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e0401d
commit 332c228
Showing
2 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') %> |
Oops, something went wrong.