mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
34 lines
1021 B
HTML
34 lines
1021 B
HTML
<!doctype html>
|
|
<html class="no-js">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Weave Scope</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- build:css styles/vendor.css -->
|
|
<!-- endbuild -->
|
|
|
|
<!-- build:css styles/main.css -->
|
|
<link rel="stylesheet" href="styles/main.css">
|
|
<!-- endbuild -->
|
|
|
|
</head>
|
|
<body>
|
|
<!--[if lt IE 10]>
|
|
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
|
<![endif]-->
|
|
<div class="wrap">
|
|
<div id="app"></div>
|
|
</div>
|
|
|
|
<!-- @ifdef DEBUG -->
|
|
<script>window.WS_URL = 'ws://localhost:4040';</script>
|
|
<!-- @endif -->
|
|
|
|
<!-- build:js scripts/bundle.js -->
|
|
<script src="scripts/bundle.js"></script>
|
|
<!-- endbuild -->
|
|
</body>
|
|
</html>
|