-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
33 lines (29 loc) · 1.07 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>Backronym: Generate Mnemonic Devices</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Generate mnemonic devices to help memorize words.">
<meta name="keywords" content="backronym, acronym, acronyms, mnemonic, mnemonics, memory, memorize, abbreviation, study, studying">
<meta name="author" content="Ben Gaudiosi">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="script/main.js"></script>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel = "stylesheet" type = "text/css" href = "stylesheet.css" />
</head>
<body>
<div class="container">
<div class="header">
<!-- probably just social media -->
</div>
<div class="error">
<p>What are you doing here?</p>
</div>
<div class="push"></div>
</div>
<div class="footer">
<p>(c) 2017 Ben Gaudiosi</p>
</div>
</body>
</html>