Skip to content

Commit

Permalink
add vehicles ... fix for issue ibi-group#250
Browse files Browse the repository at this point in the history
  • Loading branch information
fpurcell committed Sep 20, 2019
1 parent f55aa95 commit b0a4452
Show file tree
Hide file tree
Showing 6 changed files with 1,745 additions and 294 deletions.
139 changes: 139 additions & 0 deletions dist/bundle.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>TriMet MOD OTP Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet">
<link href="main.css" rel="stylesheet"></head>
<body>
<div id="main"></div>
<script type="text/javascript" src="bundle.js"></script></body>
</html>
14 changes: 14 additions & 0 deletions dist/main.css

Large diffs are not rendered by default.

Loading

0 comments on commit b0a4452

Please sign in to comment.