-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathnewtab.html
More file actions
27 lines (22 loc) · 627 Bytes
/
Copy pathnewtab.html
File metadata and controls
27 lines (22 loc) · 627 Bytes
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>inspireNuggets</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="refresh" content="10">
<link rel="stylesheet" type="text/css" media="screen" href="src/app.css" />
</head>
<body>
<section class="container">
<img class="icon" src="img/flyy.gif">
<hr />
<div id="content">
<p id="quote"></p>
<hr />
<p id="author"></p>
<img class="icon2" src="tab-icon.png">
</div>
</section>
</body>
<script src="src/app.js"></script>
</html>