Dev: Init dev tools
This commit is contained in:
16
test/index.html
Normal file
16
test/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user