Skip to content

Commit

Permalink
Merge pull request #2 from YashAgr5980/master
Browse files Browse the repository at this point in the history
Setup the skeleton project
  • Loading branch information
YashAgr5980 authored Sep 13, 2018
2 parents c2996ab + 33411b5 commit 4efeae2
Show file tree
Hide file tree
Showing 5 changed files with 2,536 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>Phoenix Homepage</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">

<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap-social.css">
</head>
<body>
Phoenix!

<script src="node_modules/jquery/jquery.min.js"></script>
<script src="node_modules/popper/dist/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>
Empty file added js/index.js
Empty file.
Loading

0 comments on commit 4efeae2

Please sign in to comment.