silkroad-js
Version:
Silkroad SDK compatible with browser and nodejs
38 lines (24 loc) • 1.06 kB
HTML
<html>
<head>
<meta charset="utf-8">
<title>Silkroad-js</title>
<meta name="description" content="web app client for silkroad-sdk">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="img/common/favicon.ico">
<link rel="apple-touch-icon" href="img/common/touch-icon.png">
</head>
<body>
<!--[if lt IE 9]>
<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]-->
<h1> SILKROADJS </h1>
<script src="./main.js"></script>
<script src="./modules/modules.js"></script>
<script src="./modules/request/request.js"></script>
<script src="./scripts/main.js"></script>
<script src="//localhost:35729/livereload.js"></script>
</body>
</html>