fCC-boilerplate-npm/views/index.html
2017-02-18 18:39:27 +00:00

19 lines
636 B
HTML
Vendored

<!DOCTYPE html>
<html>
<head>
<title>Backend Challenges | Free Code Camp</title>
<link rel="shortcut icon" href="https://cdn.hyperdev.com/us-east-1%3A52a203ff-088b-420f-81be-45bf559d01b1%2Ffavicon.ico" type="image/x-icon"/>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<link href="/public/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<h1>Manage Node.js projects and npm packages using package.json</h1>
<h3>Part 1 of Free Code Camp Backend Challenges</h3>
</div>
</body>
</html>