Able to read sample data for 7 days and send to html file.
This commit is contained in:
+3
-2
@@ -2,13 +2,14 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
{% load static %}
|
||||
<link rel="shortcut icon" href="pics/Airplane.ico" />
|
||||
<title>Seat-X</title>
|
||||
|
||||
|
||||
<script type="text/javascript" src="jquery-3.1.1.min.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="main.css">
|
||||
<link rel="stylesheet" type="text/css" href="{% static '/home/main.css' %}">
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
@@ -29,7 +30,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<script type="text/javascript" src="indexJs.js"></script>
|
||||
<script type="text/javascript" src="{% static '/home/indexJs.js' %}"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user