Skip to content

Commit

Permalink
server
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamjuliot authored and repl.it user committed May 27, 2020
1 parent 23ce1ed commit 3796737
Show file tree
Hide file tree
Showing 148 changed files with 16,719 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .replit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
language = "nodejs"
run = "npm start"
run = "node server.js"
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="//style.css">
<link rel="stylesheet" href="/style.css">

<title>CreepJS</title>
</head>

<body>
<div id="fp-app">...</div>

<script src="//creep.js"></script>
<script src="/creep.js"></script>
</body>

</html>
1 change: 1 addition & 0 deletions node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3796737

Please sign in to comment.