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:
parent
7a63172218
commit
0a89dc5dbb
9 changed files with 353 additions and 752 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue