feat: remove instructions and hyperdev (#31)

* feat: remove instructions and hyperdev

* fix: remove mongoose, change declaration, add dotenv

* remove header and footer
This commit is contained in:
Shaun Hamilton 2020-11-06 21:38:27 +00:00 committed by GitHub
parent 7a63172218
commit 0a89dc5dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 353 additions and 752 deletions

View file

@ -10,12 +10,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to HyperDev!</title>
<meta name="" content="A cool thing made with HyperDev">
<link rel="shortcut icon" href="https://cdn.hyperdev.com/us-east-1%3A52a203ff-088b-420f-81be-45bf559d01b1%2Ffavicon.ico" type="image/x-icon"/>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MongoDB & Mongoose | freeCodeCamp.org</title>
<link
rel="shortcut icon"
href="https://cdn.freecodecamp.org/universal/favicons/favicon-32x32.png"
type="image/x-icon"
/>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background-color: #ddd;
@ -27,21 +30,6 @@
</head>
<body>
<header>
<h1>
3. FCC Mongo & Mongoose Challenges
</h1>
</header>
<main>
</main>
<footer>
<a href="https://Repl.it">
Fork this on Repl.it
</a>
</footer>
<h1>MongoDB & Mongoose</h1>
</body>
</html>