forked from Viz38/Quote-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.18 KB
/
index.html
File metadata and controls
30 lines (28 loc) · 1.18 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<title>Programmer Quotes</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="js/script.js"></script>
</head>
<body>
<div class="overlay"></div>
<div class="terminal">
<h1>Programmer <span class="errorcode">Quotes</span></h1>
<p class="output">The page you are looking for might have been removed, had its name changed or is temporarily
unavailable</ü>
<p class="output">Just kidding!! Click the button below to generate a quote.</p>
<p> </p>
<button class="btn" onclick="getQuote()">Motivate Me!</button>
<p> </p>
<p id="quote" class="output">-Insert Quote-</A></p>
<p> </p>
<p> </p>
<p class="output">Good luck</p>
</div>
</body>