-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprophets.html
More file actions
26 lines (26 loc) · 975 Bytes
/
prophets.html
File metadata and controls
26 lines (26 loc) · 975 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="API and async/await activity using prophets API from WDD231 course BYU-I">
<meta name="author" content="Fernando S. Costa Jr">
<meta property="og:title" content="Prophets API activity">
<meta property="og:description" content="API and async/await activity using prophets API from WDD231 course BYU-I">
<meta property="og:url" content="https://fernandoscjunior.github.io/wdd231/prophets.html">
<title>Prophets</title>
<link rel="stylesheet" href="styles/prophets.css">
<script defer src="scripts/prophets.js"></script>
</head>
<body>
<header>
<h1>Latter-day Prophets</h1>
</header>
<main>
<div id="cards" class="cards"></div>
</main>
<footer>
<p>Fernando S. Costa Jr | Latter-day Prophets</p>
</footer>
</body>
</html>