Skip to content

Commit 5599d0c

Browse files
committed
cleaned up index.ejs
1 parent 93bbd27 commit 5599d0c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

server/views/index.ejs

-11
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,11 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="description" content="">
99
<meta name="author" content="">
10-
1110
<title>BuddyUp</title>
12-
13-
<!-- Bootstrap Core CSS -->
14-
<!-- <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> -->
15-
<!-- Fonts -->
16-
<!-- <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
17-
<link href="css/animate.css" rel="stylesheet" /> -->
18-
<!-- Squad theme CSS -->
19-
<!-- <link href="css/style.css" rel="stylesheet">
20-
<link href="color/default.css" rel="stylesheet"> -->
2111
</head>
2212
<body>
2313
<div id="react-root"></div>
2414
<script src="/socket.io/socket.io.js"></script>
2515
<script src='http://localhost:<%=process.env.WEBPACK_DEV_PORT%>/bundle.js'></script>
26-
<!-- <script src="../client/js/custom.js"></script> -->
2716
</body>
2817
</html>

0 commit comments

Comments
 (0)