1
0
mirror of synced 2025-12-10 00:17:58 +08:00

Dev: Init dev tools

This commit is contained in:
surunzi
2016-03-07 23:22:50 +08:00
parent ca5059191d
commit 15392eb381
12 changed files with 4996 additions and 0 deletions

16
test/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Eruda</title>
<style>
body {
background: #b4bad2;
}
</style>
</head>
<body>
<script src="../dist/eruda.js"></script>
</body>
</html>