Skip to content

Commit

Permalink
gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaws committed Oct 3, 2016
1 parent f767a21 commit eda29be
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
Binary file added gifs/parent-parse.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/parent-parse.mov
Binary file not shown.
Binary file added gifs/parse-search.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/parse-search.mov
Binary file not shown.
28 changes: 28 additions & 0 deletions resources/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en>
<head>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="assets/css/re-com.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/2.7.9/cytoscape.js"></script>

<script src="https://cdn.rawgit.com/cpettitt/dagre/v0.7.4/dist/dagre.min.js"></script>
<script src="https://cdn.rawgit.com/cytoscape/cytoscape.js-cose-bilkent/1.0.5/cytoscape-cose-bilkent.js"></script>

<script src="https://cdn.rawgit.com/cytoscape/cytoscape.js-dagre/1.1.2/cytoscape-dagre.js"></script>
<link href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.min.css">
<script src="http://code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<link href="/css/undead.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="main">Hello Undead</div>
<script src="/js/compiled/app.js" type="text/javascript"></script>
</body>
</html>


0 comments on commit eda29be

Please sign in to comment.