Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit f679181

Browse files
committed
Reorganize assets
1 parent b89ea37 commit f679181

8 files changed

+10
-10
lines changed
File renamed without changes.
File renamed without changes.

public/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<html>
22
<head>
3-
<title>Log Analyser</title>
3+
<title>Log Analyser - Part of "Ranking Emails based on Priority" project</title>
44
</head>
55

66
<body>
77
<nav class="navbar navbar-dark navbar-expand-sm justify-content-between">
8-
<a class="navbar-brand navbar-text display-1 text-danger" href="/">Log Analyzer
9-
<small>- Part of <i>Ranking Emails based on Priority</i> project</small>
8+
<a class="navbar-brand navbar-text display-1 text-danger" href="/">
9+
Log Analyzer
1010
</a>
1111
<form class="form-inline my-2 my-lg-0">
1212
<input class="form-control mr-sm-2"
@@ -31,10 +31,10 @@
3131
</table>
3232
</body>
3333

34-
<script src="jquery-3.3.1.min.js"></script>
35-
<script src="bootstrap.min.js"></script>
36-
<script type="text/javascript" src="datatables.min.js"></script>
37-
<script type="text/javascript" src="dataTables.bootstrap4.min.js"></script>
34+
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
35+
<script type="text/javascript" src="js/bootstrap.min.js"></script>
36+
<script type="text/javascript" src="js/datatables.min.js"></script>
37+
<script type="text/javascript" src="js/dataTables.bootstrap4.min.js"></script>
3838

3939
<script>
4040
$(document).ready(function() {
@@ -76,7 +76,7 @@
7676
}});
7777
});
7878
</script>
79-
<link rel="stylesheet" type="text/css" href="datatables.min.css"/>
80-
<link rel="stylesheet" href="bootstrap.min.css" />
81-
<link rel="stylesheet" href="dataTables.bootstrap4.min.css"/>
79+
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
80+
<link rel="stylesheet" type="text/css" href="css/dataTables.bootstrap4.min.css"/>
81+
<link rel="stylesheet" type="text/css" href="css/datatables.min.css"/>
8282
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)