Skip to content

Commit

Permalink
fix(test page): re-add removed script tags
Browse files Browse the repository at this point in the history
  • Loading branch information
towerz committed Mar 27, 2018
1 parent 381a9ec commit 570d863
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/index.html
@@ -1,6 +1,9 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" charset="utf-8" src="latest/clappr.js"></script>
<script type="text/javascript" charset="utf-8" src="j/main.js"></script>
<script type="text/javascript" charset="utf-8" src="j/editor/ace.js"></script>
<link rel="stylesheet" href="stylesheets/bootstrap.min.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="stylesheets/bootstrap-theme.min.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="stylesheets/style.css" type="text/css" media="screen" charset="utf-8">
Expand Down

0 comments on commit 570d863

Please sign in to comment.