Files
eruda/test/index.html
2016-03-07 23:22:50 +08:00

16 lines
348 B
HTML

<!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>