Skip to content

Commit

Permalink
#9 Fixed the spelling in the index.html
Browse files Browse the repository at this point in the history
Changed the spelling from 'Survailence' to 'Surveillance'
  • Loading branch information
mkristofic committed Jan 9, 2020
1 parent 47b6270 commit ece25a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions server/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>DIY Survailence System</title>
<title>DIY Surveillance System</title>
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
Expand All @@ -14,13 +14,12 @@
</head>
<body>
<div class="container">
<h1>DIY Survailence System</h1>
<h1>DIY Surveillance System</h1>
<p>Running the app.py</p>
<img src="{{ url_for('camera1') }}">
<img src="{{ url_for('camera2') }}">
<p id="detection"></p>
<ul id="camera_info"></ul>

</div>
</body>
</html>
</html>

0 comments on commit ece25a9

Please sign in to comment.