Initial commit from Gomix.
This commit is contained in:
parent
e344b03410
commit
0a6747f2d8
6 changed files with 737 additions and 2 deletions
47
views/index.html
Normal file
47
views/index.html
Normal file
|
@ -0,0 +1,47 @@
|
|||
<!-- This is a static file -->
|
||||
<!-- served from your routes in server.js -->
|
||||
|
||||
<!-- You might want to try something fancier: -->
|
||||
<!-- html/nunjucks docs: http://mozilla.github.io/nunjucks/ -->
|
||||
<!-- jade: http://jade-lang.com/ -->
|
||||
<!-- haml: http://haml.info/tutorial.html -->
|
||||
<!-- hbs(handlebars): http://handlebarsjs.com/expressions.html -->
|
||||
|
||||
<!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">
|
||||
<style>
|
||||
body {
|
||||
background-color: #ddd;
|
||||
color: #333;
|
||||
font-family: sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>
|
||||
3. FCC Mongo & Mongoose Challenges
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<a href="https://hyperdev.com">
|
||||
Remix this in HyperDev
|
||||
</a>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue