2020-03-25 16:32:12 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2020-04-02 01:21:47 -07:00
|
|
|
<link rel="icon" href="#" />
|
2020-03-25 16:32:12 -07:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
2020-04-02 01:21:47 -07:00
|
|
|
<title>
|
|
|
|
Random Quote Machine - Build a Random Quote Machine - Front End Libraries
|
|
|
|
Projects
|
|
|
|
</title>
|
2020-03-25 16:32:12 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-04-26 15:08:51 -07:00
|
|
|
<a href="https://github.com/TrentSPalmer/fcc-challenges/tree/gh-pages/random-quote-machine" class="githubLabel" target="_blank">
|
|
|
|
<img src="https://github.blog/wp-content/uploads/2008/12/forkme_right_white_ffffff.png?resize=149%2C149"
|
|
|
|
class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1">
|
|
|
|
</a>
|
2020-03-25 16:32:12 -07:00
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
2020-04-02 01:21:47 -07:00
|
|
|
<div id="root">
|
|
|
|
<div>
|
|
|
|
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
</div>
|
2020-03-25 16:32:12 -07:00
|
|
|
</body>
|
|
|
|
</html>
|