steveyin's picture
Upload 20 files
8ff3f46 verified
raw
history blame
1.35 kB
<!DOCTYPE html>
<html>
<head>
<!-- Meta Data -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Video Streaming & Object Tracking Test using WebGear and Starlette.">
<meta name="author" content="Steve Yin@Fresh Robotics">
<title>Traffic Demo</title>
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', path='/img/favicon-32x32.png') }}">
<!-- Meta Data -->
<!-- Custom Theme files -->
<link href="{{ url_for('static', path='/css/custom.css') }}" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- //Custom Theme files -->
<!-- web font -->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<!--//web font-->
</head>
<body class="bodycontainer">
<!-- main -->
{% block content %}{% endblock %}
<!-- //main -->
<!-- Custom Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/screenfull.js/5.1.0/screenfull.min.js"></script>
<script src="{{ url_for('static', path='/js/custom.js') }}"></script>
<!-- //Custom Scripts -->
</body>
</html>