mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-16 01:00:17 -04:00
39 lines
1.0 KiB
HTML
39 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta content="" name="description">
|
|
<meta content="William Zhang" name="author">
|
|
<meta name="theme-color" content="#1976D2" />
|
|
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0" />
|
|
<link href="icons/favicon.ico" rel="icon" type="image/ico">
|
|
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"/>
|
|
<link href="css/header.css" rel="stylesheet"/>
|
|
<link href="css/main.css" rel="stylesheet"/>
|
|
<link href="css/footer.css" rel="stylesheet"/>
|
|
<link href="css/responsive.css" rel="stylesheet"/>
|
|
|
|
</head>
|
|
|
|
<style type="text/css" media="screen">
|
|
.container {
|
|
margin: 10px auto;
|
|
max-width: 600px;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
margin: 30px 0;
|
|
font-size: 4em;
|
|
line-height: 1;
|
|
letter-spacing: -1px;
|
|
}
|
|
</style>
|
|
|
|
<div class="container">
|
|
<h1>404</h1>
|
|
|
|
<p><strong>Page not found :(</strong></p>
|
|
<p>The requested page could not be found.</p>
|
|
</div>
|