Skip to content

Commit

Permalink
Add error page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony (Juntao) Hu committed Dec 5, 2021
1 parent d524558 commit 9ee70be
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions app/src/main/resources/templates/error-page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html><!-- Last Published: Sun Dec 05 2021 21:44:10 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61ad2f47cf0725d0b05f43d8" data-wf-site="6186d05657b40287f8dd3978">
<head>
<meta charset="utf-8">
<title>Error page</title>
<meta content="Error page" property="og:title">
<meta content="Error page" property="twitter:title">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/csc207-webapp-final.webflow.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Raleway:regular,500,300italic,italic","Just Me Again Down Here:regular","Roboto:regular"] }});</script>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
</head>
<body class="body">
<div class="navigator-div">
<a href="index.html" class="button-2 w-button"><strong>Amigos</strong></a>
<a href="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/CSC207-UofT/course-project-super-turtle-hackers" target="_blank" class="button w-button"><strong>SuperTurtleHackers</strong></a>
<link rel="prefetch" href="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/CSC207-UofT/course-project-super-turtle-hackers"><img src="images/github.png" loading="lazy" width="38" alt="" class="image-9">
</div>
<div class="columns-3 w-row">
<div class="column-3 w-col w-col-6">
<div class="title-div-block">
<h1 display="block" class="amigos-title">Amigos</h1>
<div class="normal-text-style">From classmates to Amigos</div>
</div>
</div>
<div class="column-4 w-col w-col-6">
<h1 class="heading-11">Sorry!</h1><img src="images/github.png" loading="lazy" width="38" alt="" class="image-9">
<h1 class="heading-12">We ran into an error.<br>It will be fixed soon!<br>Meanwhile, please navigate<br>back to the homepage, or grab a warm drink while it&#x27;s being fixed! <br></h1>
<div class="div-block-12">
<a href="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/CSC207-UofT/course-project-super-turtle-hackers" target="_blank" class="button w-button"><strong>SuperTurtleHackers</strong></a>
<link rel="prefetch" href="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/CSC207-UofT/course-project-super-turtle-hackers"><img src="images/github.png" loading="lazy" width="38" alt="" class="image-9-copy">
</div>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6186d05657b40287f8dd3978" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>

0 comments on commit 9ee70be

Please sign in to comment.